Skip to content

Commit

Permalink
gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
happyhackerbird committed Apr 15, 2024
1 parent aa78222 commit 5e387b1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/gh-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: cargo test --test integration_tests --verbose
- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit 5e387b1

Please sign in to comment.