Skip to content

Commit

Permalink
Wrong github image name
Browse files Browse the repository at this point in the history
  • Loading branch information
jolisper committed Mar 30, 2024
1 parent 84dd7bf commit 340cdd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/makefile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
run: docker build . -f .devcontainer/Dockerfile -t devcontainer

- name: Run Tests
run: docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace mydevcontainer make tests
run: docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace devcontainer make tests

- name: Run Build
run: docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace mydevcontainer make build
run: docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace devcontainer make build

- name: Run Build (Windows)
run: docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace mydevcontainer make build-windows
run: docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace devcontainer make build-windows

0 comments on commit 340cdd3

Please sign in to comment.