Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wind57 committed Sep 22, 2023
1 parent ea4e837 commit b738896
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/composites/pre-test-actions/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ runs:
- name: build controllers project
uses: ./.github/workflows/composites/build-controllers-project

- name: build integration tests project
uses: ./.github/workflows/composites/build-integration-tests-project

- name: download tests
uses: actions/download-artifact@v3
with:
name: tests.txt
path: /tmp
# - name: build integration tests project
# uses: ./.github/workflows/composites/build-integration-tests-project
#
# - name: download tests
# uses: actions/download-artifact@v3
# with:
# name: tests.txt
# path: /tmp



Expand Down

0 comments on commit b738896

Please sign in to comment.