Skip to content

Commit ea4dd44

Browse files
committed
Fix run-tests.sh script
1 parent 46b7c09 commit ea4dd44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272
- name: Create run-tests script
7373
run: |
74-
echo > run-tests.sh << "EOF"
74+
cat > run-tests.sh << "EOF"
7575
#!/bin/bash -ex
7676
ORG=$(echo "${1}" | cut -f '/' -d 1)
7777
PACKAGE=$(echo "${1}" | cut -f '/' -d 2)

0 commit comments

Comments
 (0)