Skip to content

Commit 1823bb6

Browse files
committed
[CI] Remove PCAPI Docker test because we moved from Docker to Lambda Layer in PC 3.6.
The Dockerfile remains useful only for local testing. Signed-off-by: Giacomo Marciani <mgiacomo@amazon.com>
1 parent e644aa1 commit 1823bb6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -190,13 +190,6 @@ jobs:
190190
- name: Verify External SlurmDBD Template
191191
run:
192192
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
200193
shellcheck:
201194
name: Shellcheck
202195
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)