Skip to content

Commit

Permalink
Pause Worker
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Aug 7, 2024
1 parent 0c43813 commit 8e4b0a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- suite: server
build: cargo build --release
env_file: .env
- suite: worker
build: bun install --global pnpm && pnpm install && pnpm build
env_file: .dev.vars
# - suite: worker
# build: bun install --global pnpm && pnpm install && pnpm build
# env_file: .dev.vars
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 8e4b0a3

Please sign in to comment.