Skip to content

Commit

Permalink
fix: 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 9ed2c9f commit 26379e4
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 1,737 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
Loading

0 comments on commit 26379e4

Please sign in to comment.