Skip to content

Commit

Permalink
Update test-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Aug 17, 2023
1 parent 3c3b3ef commit 13dc8fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
tar -xvf devcontainer-template-test.tgz
tree -a
jq '' devcontainer-template.json
cat install.sh
cat .devcontainer/devcontainer.json
- run: |
pushd "$(mktemp -d)"
oras manifest fetch ghcr.io/devcontainers/templates/rust:latest | jq
Expand All @@ -53,4 +53,4 @@ jobs:
tar -xvf devcontainer-template-rust.tgz
tree -a
jq '' devcontainer-template.json
cat install.sh
cat .devcontainer/devcontainer.json

0 comments on commit 13dc8fe

Please sign in to comment.