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 9dd2cec commit 2ee7ef4Copy full SHA for 2ee7ef4
.github/workflows/go-test.yml
@@ -37,10 +37,10 @@ jobs:
37
run: |
38
echo "port=8080" > backup.conf
39
echo "callback_secret=my-test-secret" >> backup.conf
40
- echo "scriptpath=./test-script.sh" >> backup.conf
41
- echo "#!/bin/bash" > test-script.sh
42
- echo 'echo "script output"' >> test-script.sh
43
- chmod +x test-script.sh
+ echo "scriptpath=../../test-script.sh" >> backup.conf
+ echo "#!/bin/bash" > ../../test-script.sh
+ echo 'echo "script output"' >> ../../test-script.sh
+ chmod +x ../../test-script.sh
44
45
- name: Run integration test
46
0 commit comments