Skip to content

Commit

Permalink
update snapshot format; tag 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Aug 20, 2023
1 parent ce084b1 commit 92c9103
Show file tree
Hide file tree
Showing 6 changed files with 5,526 additions and 2,538 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:

- 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.0-a1/cr'
name: 'cr'
version: '0.7.12'
version: '0.8.0-a1'

- 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.0-a1/caps'
name: 'caps'
version: '0.7.12'
version: '0.8.0-a1'

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

0 comments on commit 92c9103

Please sign in to comment.