Skip to content

Commit

Permalink
ARCH-130: new cache approach
Browse files Browse the repository at this point in the history
  • Loading branch information
finfa committed Oct 17, 2023
1 parent f9598e4 commit 0b855ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
functional: echo 'test functional'

- name: Show image exposed ports
run: docker inspect --format='{{json .Config.ExposedPorts}}' "github-actions-test:latest" | jq 'keys[0]' | cut -d'/' -f1 | cut -d'"' -f2
run: docker inspect --format='{{json .Config.ExposedPorts}}' "github-actions-test:dist" | jq 'keys[0]' | cut -d'/' -f1 | cut -d'"' -f2
shell: bash

- name: Test e2e test
Expand Down

0 comments on commit 0b855ac

Please sign in to comment.