Skip to content

Commit

Permalink
feat(build): Test building the (broken, again) DevContainer in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Feb 26, 2024
1 parent e3a9580 commit af57b82
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,16 @@ jobs:
with:
path: "site/"

test-devcontainer:
# https://github.com/devcontainers/ci/
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and run dev container task
uses: devcontainers/ci@v0.3
with:
runCmd: ./test.bash

deploy-website:
needs: build
if: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit af57b82

Please sign in to comment.