Skip to content

Commit c446850

Browse files
authored
Merge pull request #6 from calcit-lang/file-entry
add FileEntry in snapshot
2 parents b3a35f4 + 197eca3 commit c446850

File tree

6 files changed

+179
-335
lines changed

6 files changed

+179
-335
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919

2020
- uses: supplypike/setup-bin@v3
2121
with:
22-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a1/cr'
22+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a3/cr'
2323
name: 'cr'
24-
version: '0.8.0-a1'
24+
version: '0.8.0-a3'
2525

2626
- uses: supplypike/setup-bin@v3
2727
with:
28-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a1/caps'
28+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a3/caps'
2929
name: 'caps'
30-
version: '0.8.0-a1'
30+
version: '0.8.0-a3'
3131

3232
- name: "test"
3333
run: caps --ci && cr --entry test -1

0 commit comments

Comments
 (0)