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 cd008ab commit ffe3b8dCopy full SHA for ffe3b8d
.github/workflows/IntegrationTests.yml
@@ -74,16 +74,16 @@ jobs:
74
shell: bash
75
run: make
76
77
- - name: Start test server
+ - name: Install test server
78
79
run: |
80
sudo ./scripts/install_s3_test_server.sh
81
./scripts/generate_presigned_url.sh
82
- source ./scripts/run_s3_test_server.sh
83
- source ./scripts/set_s3_test_server_variables.sh
84
- sleep 30
85
86
- - name: Run tests
+ - name: Start test server & run tests
87
88
+ source ./scripts/run_s3_test_server.sh
+ source ./scripts/set_s3_test_server_variables.sh
+ sleep 30
89
make test
0 commit comments