Skip to content

Commit

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

0 comments on commit 495410d

Please sign in to comment.