Skip to content

Commit

Permalink
replacing path to dfx with alias
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock committed Jan 6, 2025
1 parent d959a23 commit 71f41f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,11 @@ jobs:
--browser chromium firefox webkit
- name: Deploy sveltekit starter project
run: |
./target/debug/dfx new e2e_project --frontend sveltekit
dfx new e2e_project --frontend sveltekit
pushd e2e_project
./target/debug/dfx start --background --clean
./target/debug/dfx canister create e2e_project_frontend --specified-id br5f7-7uaaa-aaaaa-qaaca-cai
./target/debug/dfx deploy
dfx start --background --clean
dfx canister create e2e_project_frontend --specified-id br5f7-7uaaa-aaaaa-qaaca-cai
dfx deploy
popd
# Add any additional deployments here
- name: Install dependencies
Expand Down

0 comments on commit 71f41f4

Please sign in to comment.