Skip to content

Commit

Permalink
add compile task in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahiatul Islam committed Mar 7, 2024
1 parent 8228dc3 commit cdc72cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ jobs:
uses: gradle/gradle-build-action@v2
- name: Run tests
run: python TestMain.py
- name: Compile output
run: sh check_compilation.sh

0 comments on commit cdc72cd

Please sign in to comment.