Skip to content

Commit

Permalink
Fix uploads so they don't clash, only run a subset of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jan 22, 2024
1 parent b8756ff commit cae995d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
meson compile -C build
- uses: actions/upload-artifact@v4
with:
name: upload-build
name: upload-build-${{ matrix.arch }}
path: build/
- name: AVD cache
uses: actions/cache@v2
Expand Down Expand Up @@ -77,4 +77,4 @@ jobs:
script: |
gtar -C build/tests -czf /tmp/runner.tar.gz gum-tests data/
adb push /tmp/runner.tar.gz /data/local/tmp/
adb shell "su root sh -c 'set -ex; cd /data/local/tmp; tar xf runner.tar.gz; TMPDIR=/data/local/tmp ./gum-tests'"
adb shell "su root sh -c 'set -ex; cd /data/local/tmp; tar xf runner.tar.gz; TMPDIR=/data/local/tmp ./gum-tests -p /Core/Stalker -p /GumJS/Script'"

0 comments on commit cae995d

Please sign in to comment.