From d0c6dea8a04c3dd8af3f54695d299d13a6c8ae23 Mon Sep 17 00:00:00 2001 From: Prakhar Gurunani Date: Wed, 28 Aug 2024 03:42:01 +0530 Subject: [PATCH] update tests --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0cc113..f80f430 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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