Skip to content

Commit 8db32eb

Browse files
committed
Combine steps to avoid hassle of caching vs uploading artifacts
1 parent cc293c3 commit 8db32eb

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66

77
jobs:
8-
build-qs:
8+
test-template:
99
runs-on: macos-latest
1010
env:
1111
QS_SOURCE_ROOT: /tmp/git/quicksilver
@@ -21,18 +21,11 @@ jobs:
2121
git clone --recurse-submodules --branch="${latest_tag}" --depth=1 https://github.com/quicksilver/Quicksilver.git "${QS_SOURCE_ROOT}"
2222
2323
pushd "${QS_SOURCE_ROOT}/Quicksilver"
24-
./Tools/qsrelease Debug
25-
26-
template-plugin:
27-
runs-on: macos-latest
28-
needs: build-qs
29-
steps:
24+
./Tools/qsrelease "${CONFIGURATION}"
3025
- uses: actions/checkout@v4
3126
- run: |
3227
set -x
3328
34-
pwd
35-
3629
python -m pip install --user cookiecutter
3730
3831
pushd "$(mktemp -d)"

0 commit comments

Comments
 (0)