From 5e387b1f6cb98d39921141786e15b56e9f975bb2 Mon Sep 17 00:00:00 2001 From: Lilly Guo Date: Tue, 16 Apr 2024 00:30:02 +0300 Subject: [PATCH] gh workflow --- .github/workflows/gh-actions.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gh-actions.yaml b/.github/workflows/gh-actions.yaml index 95967eb..0e83d44 100644 --- a/.github/workflows/gh-actions.yaml +++ b/.github/workflows/gh-actions.yaml @@ -24,13 +24,14 @@ jobs: - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - name: Install run: | - npm install - dfx start --clean --background - dfx canister create --all + npm install + dfx start --clean --background + dfx canister create --all mkdir src/civic_canister_backend/dist - name: Build run: dfx build --verbose - name: Deploy run: dfx canister install --all && dfx deploy - name: Run tests - run: cargo test --test integration_tests --verbose \ No newline at end of file + run: cargo test --test integration_tests --verbose + - run: echo "🍏 This job's status is ${{ job.status }}."