We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923189c commit 095fb35Copy full SHA for 095fb35
1 file changed
.github/workflows/ci.yaml
@@ -14,17 +14,13 @@ jobs:
14
with:
15
crate: repo-quest
16
git: https://github.com/cognitive-engineering-lab/repo-quest.git
17
- branch: next
18
- name: Checkout
19
uses: actions/checkout@v6
20
- name: Test quest
21
- run: |
22
- repo-quest test --dir "$GITHUB_WORKSPACE"
+ run: repo-quest test
23
- name: Bundle quest
24
25
- export RUST_LOG=debug
26
- repo-quest bundle --input "$GITHUB_WORKSPACE" --output rqst-async-quest.tgz
+ run: RUST_LOG=debug repo-quest bundle --output rqst-async.tgz
27
- uses: actions/upload-artifact@v6
28
29
- name: rqst-async-quest
30
- path: rqst-async-quest.tgz
+ name: rqst-async
+ path: rqst-async.tgz
0 commit comments