Skip to content

Commit 095fb35

Browse files
committed
Update CI
1 parent 923189c commit 095fb35

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,13 @@ jobs:
1414
with:
1515
crate: repo-quest
1616
git: https://github.com/cognitive-engineering-lab/repo-quest.git
17-
branch: next
1817
- name: Checkout
1918
uses: actions/checkout@v6
2019
- name: Test quest
21-
run: |
22-
repo-quest test --dir "$GITHUB_WORKSPACE"
20+
run: repo-quest test
2321
- name: Bundle quest
24-
run: |
25-
export RUST_LOG=debug
26-
repo-quest bundle --input "$GITHUB_WORKSPACE" --output rqst-async-quest.tgz
22+
run: RUST_LOG=debug repo-quest bundle --output rqst-async.tgz
2723
- uses: actions/upload-artifact@v6
2824
with:
29-
name: rqst-async-quest
30-
path: rqst-async-quest.tgz
25+
name: rqst-async
26+
path: rqst-async.tgz

0 commit comments

Comments
 (0)