Skip to content

Commit b10b492

Browse files
committed
Fix typo in workflow script
1 parent 47b6b63 commit b10b492

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 /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
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)