Skip to content

Commit ffe3b8d

Browse files
committed
Set variables in test correctly
1 parent cd008ab commit ffe3b8d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/IntegrationTests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,16 @@ jobs:
7474
shell: bash
7575
run: make
7676

77-
- name: Start test server
77+
- name: Install test server
7878
shell: bash
7979
run: |
8080
sudo ./scripts/install_s3_test_server.sh
8181
./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
8582
86-
- name: Run tests
83+
- name: Start test server & run tests
8784
shell: bash
8885
run: |
86+
source ./scripts/run_s3_test_server.sh
87+
source ./scripts/set_s3_test_server_variables.sh
88+
sleep 30
8989
make test

0 commit comments

Comments
 (0)