Skip to content

Commit

Permalink
Ensure project compiles explicitly in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Oct 19, 2022
1 parent 1ec8868 commit f88a8f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
run: |
echo "${GITHUB_TOKEN}" | docker login ghcr.io -u radian-software --password-stdin
- name: Ensure project compiles
run: "make"
- name: Pull image for unit and integration tests
run: |
image="$(< ./test/integration/ci_image)"
Expand Down

0 comments on commit f88a8f2

Please sign in to comment.