Skip to content

Commit

Permalink
update github workflow [wip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeytimoshin committed Oct 11, 2023
1 parent 15aa637 commit 2dead91
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
with:
init-commands: |
./scripts/install.sh --enable-redis
. ./scripts/devenv.sh
mkdir -p /home/runner/.config/solana/
solana-keygen new --no-bip39-passphrase -o /home/runner/.config/solana/id.json
Expand All @@ -27,9 +26,9 @@ jobs:
parallel-commands: |
npx nx-cloud record -- npx nx format:check
parallel-commands-on-agents: |
NX_CLOUD_DISTRIBUTED_EXECUTION=false npx nx affected --target=lint --parallel=3
npx nx affected --target=build --parallel=3
npx nx affected --target=test --parallel=3
source ./scripts/devenv.sh && NX_CLOUD_DISTRIBUTED_EXECUTION=false npx nx affected --target=lint --parallel=3
source ./scripts/devenv.sh && npx nx affected --target=build --parallel=3
source ./scripts/devenv.sh && npx nx affected --target=test --parallel=3
agents:
name: Nx Cloud - Agents
Expand Down

0 comments on commit 2dead91

Please sign in to comment.