Skip to content

Commit

Permalink
Remember to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadain committed Feb 24, 2024
1 parent 531eb10 commit b3e31a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
runs-on: ubuntu-latest
env:
DOCKER_BUILDKIT: 1
GIT_COMMIT: ${{ github.sha }}
steps:
- uses: actions/checkout@v2

Expand All @@ -41,6 +42,8 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

- run: ./scripts/test

- run: ./scripts/cipublish
if: |
github.ref == 'refs/heads/develop' ||
Expand Down

0 comments on commit b3e31a2

Please sign in to comment.