mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-19 04:58:00 +00:00
ci system test refactor
This commit is contained in:
parent
f939604822
commit
da502fbf42
1
.github/workflows/system_test.yml
vendored
1
.github/workflows/system_test.yml
vendored
@ -28,7 +28,6 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
sudo apt-get install -y curl
|
||||
#echo "::set-output name=test-result::$TEST_STATUS"
|
||||
echo ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} | docker login -u ${{ secrets.DOCKER_HUB_USERNAME }} --password-stdin
|
||||
bash .ci/system-tests/run-system-tests.sh
|
||||
- name: Archive System Test Log files
|
||||
|
Loading…
Reference in New Issue
Block a user