From e5a970d64f89dbde450e37edc935e26468426619 Mon Sep 17 00:00:00 2001 From: CedarMist <134699267+CedarMist@users.noreply.github.com> Date: Fri, 8 Mar 2024 13:09:31 +0000 Subject: [PATCH] change name of backend CI stuff --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index fc2b6c5..bd53a13 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -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.