Skip to content

Commit 6768b00

Browse files
committed
ci: check only release/prerelease images
1 parent 5e2a2cd commit 6768b00

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/devcontainer.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -168,31 +168,6 @@ jobs:
168168
push: always
169169
platform: ${{ matrix.PLATFORM }}
170170
configFile: ${{ format('.devcontainer/mcanouil-{0}/devcontainer.json', matrix.QUARTO_VERSION) }}
171-
- name: Test Dev Container
172-
env:
173-
QUARTO_VERSION: ${{ matrix.QUARTO_VERSION }}
174-
run: |
175-
echo "::group::Quarto Check"
176-
docker container run \
177-
--rm \
178-
--platform linux/amd64 \
179-
--quiet \
180-
--user vscode \
181-
--volume "/tmp:/workspaces/quarto-codespaces" \
182-
--workdir /workspaces/quarto-codespaces \
183-
ghcr.io/${GITHUB_REPOSITORY}:${QUARTO_VERSION} /bin/bash -c "quarto check --output quarto-check.json"
184-
185-
quarto_check=$(cat /tmp/quarto-check.json)
186-
echo "${quarto_check}"
187-
echo "::endgroup::"
188-
echo "## Quarto Check Results: ${{ matrix.QUARTO_VERSION }}" >>$GITHUB_STEP_SUMMARY
189-
echo "<details><summary>Quarto Check Results</summary>" >>$GITHUB_STEP_SUMMARY
190-
echo "" >>$GITHUB_STEP_SUMMARY
191-
echo '```json' >>$GITHUB_STEP_SUMMARY
192-
echo "${quarto_check}" >>$GITHUB_STEP_SUMMARY
193-
echo '```' >>$GITHUB_STEP_SUMMARY
194-
echo "" >>$GITHUB_STEP_SUMMARY
195-
echo "</details>" >>$GITHUB_STEP_SUMMARY
196171

197172
clean:
198173
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)