Skip to content

Commit b828eff

Browse files
authored
Disable container image for sushi tests job
Comment out the container image definition in the workflow.
1 parent 457872d commit b828eff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/fhir-workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
jobs:
77
run-sushi-tests_gitHubPages:
88
runs-on: ubuntu-latest
9-
container:
10-
image: ghcr.io/ansforge/fhir-ig-builder:latest
9+
# container:
10+
# image: ghcr.io/ansforge/fhir-ig-builder:latest
1111
steps:
1212
- uses: actions/checkout@v3
1313
with:

0 commit comments

Comments
 (0)