Skip to content

Commit

Permalink
test: no longer run smoke matrix with --emulator (#3447)
Browse files Browse the repository at this point in the history
We don't need to run any CI vs the ic-ref anymore.

See https://dfinity.atlassian.net/browse/SDK-1321 for followup to remove the --emulator mode itself
  • Loading branch information
ericswanson-dfinity authored Nov 17, 2023
1 parent 1496ae1 commit 64c6075
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ jobs:
strategy:
fail-fast: false
matrix:
backend: ["ic-ref", "replica"]
# macos-latest is currently macos-11, ubuntu-latest is currently ubuntu-20.04
# ubuntu-18.04 not supported due to:
# /home/runner/.cache/dfinity/versions/0.8.3-34-g36e39809/ic-starter:
Expand All @@ -107,11 +106,7 @@ jobs:
time dfx cache install
time dfx new smoke
cd smoke
if [ "${{ matrix.backend}}" = "ic-ref" ]; then
time dfx start --emulator --background
else
time dfx start --background
fi
time dfx start --background
time dfx deploy
time dfx canister call smoke_backend greet '("fire")'
time curl --fail http://localhost:"$(dfx info webserver-port)"/sample-asset.txt?canisterId=$(dfx canister id smoke_frontend)
Expand Down

0 comments on commit 64c6075

Please sign in to comment.