Skip to content

Commit

Permalink
use flow in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahannan committed Sep 10, 2024
1 parent 37780d8 commit dc796c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Flow CLI
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)"
- name: Flow CLI Version
run: flow-c1 version
run: flow version
- name: Update PATH
run: echo "/root/.local/bin" >> $GITHUB_PATH
- name: Run tests
Expand Down

0 comments on commit dc796c4

Please sign in to comment.