We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409a36e commit 4c11d5aCopy full SHA for 4c11d5a
.github/workflows/tests.yaml
@@ -10,7 +10,7 @@ jobs:
10
test:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
14
15
- name: ACTIONS_ALLOW_UNSECURE_COMMANDS
16
id: ACTIONS_ALLOW_UNSECURE_COMMANDS
@@ -24,7 +24,9 @@ jobs:
24
echo "::add-path::$GITHUB_WORKSPACE/bin"
25
26
- name: "prepare modules"
27
- run: mkdir -p ~/.config/calcit/modules/ && cd ~/.config/calcit/modules/ && echo 'no deps'
+ run: >
28
+ mkdir -p ~/.config/calcit/modules/ && cd ~/.config/calcit/modules/ && echo 'no deps'
29
+ && git clone https://github.com/calcit-lang/calcit-test
30
31
- name: "test"
32
run: mode=ci cr -1
0 commit comments