Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FirePing32 committed Aug 27, 2024
1 parent 2837823 commit d0c6dea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,8 @@ jobs:
# Test the package in a clean environment
- name: Test
run: |
mkdir distributable
tar -xvzf metacall-tarball-macos-${{ matrix.triplet.arch }}.tgz -C `pwd`/distributable
export PATH="`pwd`/distributable/bin:$PATH"
tar -xvzf metacall-tarball-macos-${{ matrix.triplet.arch }}.tgz -C `pwd`
export PATH="`pwd`/distributable:$PATH"
./test.sh
# Release package
Expand Down

0 comments on commit d0c6dea

Please sign in to comment.