Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
findingrish committed Jul 16, 2024
1 parent df01f4e commit c2ba719
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/unit-and-integration-tests-unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,14 @@ jobs:
if: false #${{ always() && (needs.unit-tests.result == 'success' || needs.unit-tests.outputs.continue_tests) }}
uses: ./.github/workflows/standard-its.yml

dummy-step:
runs-on: ubuntu-latest
name: "Dummy step"
steps:
- name: "Echo"
run: |
echo "run dummy-step"
revised-its:
needs: build
if: true #${{ always() && (needs.unit-tests.result == 'success' || needs.unit-tests.outputs.continue_tests) }}
Expand Down

0 comments on commit c2ba719

Please sign in to comment.