Skip to content

Commit

Permalink
Merge pull request #11 from calcit-lang/snapshot
Browse files Browse the repository at this point in the history
change snapshot format
  • Loading branch information
NoEgAm authored Nov 13, 2023
2 parents d938e3a + 33b97f3 commit 549d9f8
Show file tree
Hide file tree
Showing 5 changed files with 7,071 additions and 6,874 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'yarn'
- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.12/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.9/cr'
name: 'cr'
version: '0.7.12'
version: '0.8.9'

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.12/caps'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.9/caps'
name: 'caps'
version: '0.7.12'
version: '0.8.9'

- name: "test"
run: caps --ci && cr -1 --entry test
Expand Down
Loading

0 comments on commit 549d9f8

Please sign in to comment.