Skip to content

Commit

Permalink
Merge pull request #414 from anstadnik/update_CI
Browse files Browse the repository at this point in the history
update CI
  • Loading branch information
anstadnik authored Sep 19, 2023
2 parents e2256a7 + 50b24a5 commit 65deaba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
if: github.base_ref == 'main'
run: curl -L "docs.google.com/spreadsheets/d/${{ secrets['SHEET_ID_${github.base_ref}'] }}/gviz/tq?tqx=out:csv&sheet=Ukrainian" -o table.csv

- uses: baptiste0928/cargo-install@v2
with:
crate: cargo-bloat
- run: cd bot && cargo bloat
env:
SHEET_ID: ${{ secrets['SHEET_ID_${github.base_ref}'] }}
# - uses: baptiste0928/cargo-install@v2
# with:
# crate: cargo-bloat
# - run: cd bot && cargo bloat
# env:
# SHEET_ID: ${{ secrets['SHEET_ID_${github.base_ref}'] }}

- name: Test and build release
if: github.base_ref == 'main'
Expand Down

0 comments on commit 65deaba

Please sign in to comment.