Skip to content

Commit 4c11d5a

Browse files
committed
trying to fix CI
1 parent 409a36e commit 4c11d5a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v1
13+
- uses: actions/checkout@v2
1414

1515
- name: ACTIONS_ALLOW_UNSECURE_COMMANDS
1616
id: ACTIONS_ALLOW_UNSECURE_COMMANDS
@@ -24,7 +24,9 @@ jobs:
2424
echo "::add-path::$GITHUB_WORKSPACE/bin"
2525
2626
- name: "prepare modules"
27-
run: mkdir -p ~/.config/calcit/modules/ && cd ~/.config/calcit/modules/ && echo 'no deps'
27+
run: >
28+
mkdir -p ~/.config/calcit/modules/ && cd ~/.config/calcit/modules/ && echo 'no deps'
29+
&& git clone https://github.com/calcit-lang/calcit-test
2830
2931
- name: "test"
3032
run: mode=ci cr -1

0 commit comments

Comments
 (0)