Skip to content

Commit

Permalink
Merge pull request #196 from mondeja/faster-ci-sun_tools
Browse files Browse the repository at this point in the history
Faster CI sun_tools test suite
  • Loading branch information
icy authored Jul 13, 2021
2 parents c7d99a1 + 1bc63e5 commit 4ad6c45
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,15 @@ jobs:
- uses: actions/checkout@v2
- name: Build pacapt and tests
run: make pacapt.dev && mkdir -pv tests/tmp/ && cd tests && ruby -n ../bin/gen_tests.rb < sun_tools.txt > tmp/sun_tools.sh
- uses: vmactions/[email protected]
- uses: actions/cache@v2
with:
key: sol-11_4
path: |
sol-11_4.ova
- uses: mondeja/solaris-vm-action@v1
with:
run: |
set -x
ln -s pacapt.dev pacman
export PATH="$(pwd -P):$PATH"
mv pacapt.dev /bin/pacman
cd tests/
make test_sun_tools

0 comments on commit 4ad6c45

Please sign in to comment.