Skip to content

Commit

Permalink
Merge pull request #28 from comcalvi/newbranch
Browse files Browse the repository at this point in the history
rename, just to create a new PR for testing...
  • Loading branch information
comcalvi authored Sep 5, 2023
2 parents 239f642 + eed470b commit 8f5201c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/integ-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ on:
pull_request:
branches:
- main

env:
PR_NUMBER: ${{ github.event.number }}


jobs:
run-integ-tests:
name: run-integ-tests
runs-on: ubuntu-latest
steps:
- name: ping endpoint
- name: submit integ test run
run: |
curl -X GET "https://cha3gpm0dk.execute-api.eu-west-3.amazonaws.com/prod/"
curl --header "Content-Type: application/json" --request POST \
--data '{"prNumber":$PR_NUMBER}'

0 comments on commit 8f5201c

Please sign in to comment.