Skip to content

Commit

Permalink
chore: add folder to mkdir -p in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
palozano committed Jul 3, 2024
1 parent e01a31e commit d510d7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ jobs:
run: make build-contracts

- name: "Ensure target dirs exist"
run: mkdir -p target/near/near_da_blob_store
run: mkdir -p target/near/blob_registry
run: mkdir -p target/near/near_da_blob_store target/near/blob_registry

- name: "Run tests"
run: TEST_NEAR_ACCOUNT=${{ secrets.TEST_NEAR_ACCOUNT }} TEST_NEAR_SECRET=${{ secrets.TEST_NEAR_SECRET }} cargo nextest run --workspace --locked
Expand Down

0 comments on commit d510d7f

Please sign in to comment.