Skip to content

Commit

Permalink
ci: wip actions
Browse files Browse the repository at this point in the history
  • Loading branch information
losman0s committed Dec 1, 2023
1 parent b3a69d1 commit b532dd8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-and-test-anchor-program/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
path: |
./target/
key: build-${{ runner.os }}-${{env.ANCHOR_CLI_VERSION}}-${{env.ANCHOR_SHA}}-v0002-${{ hashFiles('./programs/**/**') }}-${{ inputs.program }}
- run: ./scripts/build -p ${{ inputs.program }} mainnet
- run: ./scripts/build.sh ${{ inputs.program }} mainnet
if: steps.cache-anchor-build.outputs.cache-hit != 'true'
shell: bash
- run: ./scripts/test.sh ${{ inputs.program }}
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b532dd8

Please sign in to comment.