Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
briaguya-ai authored Nov 11, 2023
1 parent 1530497 commit c194e94
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Check formatting
run: bash -c "tools/check_format.sh 2>&1 | tee tools/check_format.txt"
Expand All @@ -26,9 +26,6 @@ jobs:
- name: Setup
run: bash -c "make -j setup 2> >(tee tools/warnings_count/warnings_setup_new.txt)"

- name: Check setup warnings
run: bash -c "./tools/warnings_count/compare_warnings.sh setup"

- name: Assets
run: bash -c "make -j assets 2> >(tee tools/warnings_count/warnings_assets_new.txt)"

Expand Down

0 comments on commit c194e94

Please sign in to comment.