Skip to content

Commit

Permalink
replace current dependency management w/ dependency manager
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Sep 7, 2024
1 parent baf47a1 commit 5e5f588
Show file tree
Hide file tree
Showing 11 changed files with 92 additions and 2,883 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cadence_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: flow version
- name: Update PATH
run: echo "/root/.local/bin" >> $GITHUB_PATH
- name: Install dependencies
run: flow deps install
- name: Run tests
run: sh local/run_cadence_tests.sh
- name: Upload coverage reports to Codecov
Expand Down
44 changes: 0 additions & 44 deletions cadence/contracts/standards/Burner.cdc

This file was deleted.

Loading

0 comments on commit 5e5f588

Please sign in to comment.