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 d67302f commit aa78222
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/gh-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
uses: actions/checkout@v4
- 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
| mkdir src/civic_canister_backend/dist
run: |
npm install
dfx start --clean --background
dfx canister create --all
mkdir src/civic_canister_backend/dist
- name: Build
| dfx build --verbose
run: dfx build --verbose
- name: Deploy
run: dfx canister install --all
| dfx deploy
run: dfx canister install --all && dfx deploy
- name: Run tests
run: cargo test --test integration_tests --verbose

0 comments on commit aa78222

Please sign in to comment.