Skip to content

Commit

Permalink
change name of backend CI stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
CedarMist committed Mar 8, 2024
1 parent b70898d commit e5a970d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: pnpm install --frozen-lockfile --ignore-scripts
- name: Build frontend app
run: pnpm --filter @oasisprotocol/dapp-voting-frontend build
- name: Build backend app
- name: Run tests for backend app
run: pnpm --filter @oasisprotocol/dapp-voting-backend test
- name: Upload frontend build artifacts
# Upload build artifacts on push event.
Expand Down

0 comments on commit e5a970d

Please sign in to comment.