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 17, 2023
1 parent 6dc6b38 commit df10515
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nx-agents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,10 @@ jobs:
npm ci
fi
# - name: Install rust, anchor, circom, redis
# uses: ./.github/actions/setup-and-build
# with:
# enable_redis: "true"
- name: Install rust, anchor, circom, redis
uses: ./.github/actions/setup-and-build
with:
enable_redis: "true"

- name: Start Nx Agent ${{ matrix.agent }}
run: npx nx-cloud start-agent
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/nx-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,6 @@ jobs:
npm ci
fi
- name: Install rust, anchor, circom, redis
uses: ./.github/actions/setup-and-build
with:
enable_redis: "true"

# An unfortunate side-effect of the way reusable workflows work is that by the time they are pulled into the "caller"
# repo, they are effectively completely embedded in that context. This means that we cannot reference any files which
# are local to this repo which defines the workflow, and we therefore need to work around this by embedding the contents
Expand Down

0 comments on commit df10515

Please sign in to comment.