From b7e712c1885dde953e92033a29bbcbbdd871455d Mon Sep 17 00:00:00 2001 From: Jordan Last Date: Sat, 4 Jan 2025 21:07:25 -0700 Subject: [PATCH] change from dfx deploy to npm run pretest --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b53d5eb835..bfa3280bd7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,9 +119,9 @@ jobs: working-directory: ${{ matrix.test.path }} run: dfx start --clean --background --host 127.0.0.1:8000 --artificial-delay 0 - - name: Run dfx deploy + - name: npm run pretest working-directory: ${{ matrix.test.path }} - run: dfx deploy + run: npm run pretest - name: Create branch name id: create-branch-name