Skip to content

Commit

Permalink
Temporarily run integration_test on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoTavares committed Jun 20, 2024
1 parent 195c34c commit 70b51e8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/testing-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,18 @@ jobs:
uses: tj-actions/changed-files@v35
- name: Check for Version Change
run: ci/check_version_bump.py ${{ steps.get_changed_files.outputs.all_changed_and_modified_files }}

integration_test:
name: Run Integration Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run test
run: ci/run_integration_test.sh
- name: Archive log files
uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: test-logs
path: /tmp/opencue-test/*.log

0 comments on commit 70b51e8

Please sign in to comment.