Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpig committed Oct 24, 2024
1 parent eb725e9 commit 591d36b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/upload-artifact@master
with:
name: test
path: test/oci.sh
path: oci.sh

test:
needs: build
Expand Down Expand Up @@ -84,4 +84,4 @@ jobs:

- name: run oci tests
run: |
sudo RUNTIME=./brownie ./test/oci.sh
sudo RUNTIME=./brownie ./oci.sh
File renamed without changes.

0 comments on commit 591d36b

Please sign in to comment.