Skip to content

Commit

Permalink
TEST message
Browse files Browse the repository at this point in the history
Signed-off-by: Jordi Massaguer Pla <jmassaguerpla@suse.com>
  • Loading branch information
jordimassaguerpla committed Oct 20, 2023
1 parent 6668cd4 commit c49178d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/acceptance_tests_secondary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,22 @@ jobs:
issue-number: ${{ github.event.pull_request.number }}
body: |
:wave: Hello! Thanks for contributing to our project :smile:
:coffe: Acceptance tests will take same time (aprox. 1h)
test-uyuni:
uses: ./.github/workflows/acceptance_tests_common.yml
with:
secondary_tests: "17_run_secondary_tests.sh"
server_id: "secondary"
post-comment:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: peter-evans/create-or-update-comment@v2
with:
issue-number: ${{ github.event.pull_request.number }}
body: |
:dance: Test have finish
You can check the results
Happy hacking!

0 comments on commit c49178d

Please sign in to comment.