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 e644aa1 commit 1823bb6Copy full SHA for 1823bb6
.github/workflows/ci.yml
@@ -190,13 +190,6 @@ jobs:
190
- name: Verify External SlurmDBD Template
191
run:
192
git diff --exit-code --quiet cloudformation/external-slurmdbd/external-slurmdbd.json cloudformation/external-slurmdbd/cdk.out/ExternalSlurmdbdStack.template.json
193
- api-docker-test:
194
- name: API Docker Tests
195
- runs-on: ubuntu-latest
196
- steps:
197
- - uses: actions/checkout@v2
198
- - uses: mikefarah/yq@v4.32.2
199
- - run: api/docker/awslambda/docker-build.sh
200
shellcheck:
201
name: Shellcheck
202
runs-on: ubuntu-latest
0 commit comments