Skip to content

Commit 47b6b63

Browse files
committed
Move all of the archives to /root and extract from there
1 parent 83e27d3 commit 47b6b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
name: swiftly-tests-x86_64
7575
- name: Extract and Run Workflow Tests
76-
run: mv swiftly-*.tar.gz swiftly.tar.gz && tar zxf test-swiftly.tar.gz && SWIFTLY_SYSTEM_MUTATING=1 ./swiftlyPackageTests.xctest SwiftlyTests.E2ETests/testAutomatedWorkflow
76+
run: mv swiftly-*.tar.gz /root/swiftly.tar.gz && mv test-swiftly-tar.gz /root && cd /root && tar zxf test-swiftly.tar.gz && SWIFTLY_SYSTEM_MUTATING=1 ./swiftlyPackageTests.xctest SwiftlyTests.E2ETests/testAutomatedWorkflow
7777

7878
formatcheck:
7979
name: Format Check

0 commit comments

Comments
 (0)