We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f5c0f commit 27c18fdCopy full SHA for 27c18fd
.github/workflows/nodejs.yml
@@ -36,6 +36,7 @@ jobs:
36
run: |
37
docker ps
38
cd docker
39
+ hasura version --skip-update-check --endpoint http://localhost:8080
40
hasura migrate status --skip-update-check --endpoint http://localhost:8080
41
- name: Use Node.js ${{ matrix.node-version }}
42
uses: actions/setup-node@v1
0 commit comments