Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/2.5' into 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Mar 8, 2023
2 parents bf59823 + 71fd1c4 commit 23cba43
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/callable-browser-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ env:

jobs:
browser-tests:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
timeout-minutes: ${{ inputs.timeout }}

steps:
Expand All @@ -80,16 +80,16 @@ jobs:
- id: project-version
name: "Set the project version to use"
run: |
echo "::set-output name=project-version::^2.5@dev"
echo "project-version=^2.5@dev" >> $GITHUB_OUTPUT
if [[ -n "$GITHUB_BASE_REF" ]] ; then
echo "::set-output name=project-version::${{ inputs.project-version }}"
echo "project-version=${{ inputs.project-version }}" >> $GITHUB_OUTPUT
fi
- if: inputs.php-image != ''
name: Create the PHP_IMAGE variable
run: echo "PHP_IMAGE=${{ inputs.php-image }}" >> $GITHUB_ENV

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup PHP Action
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
echo "SLACK_PAYLOAD={\"blocks\": [{\"type\": \"section\",\"text\": {\"type\": \"mrkdwn\",\"text\": \":white_check_mark: Browser tests for $GITHUB_REPOSITORY repository have passed.\nCommiter: $GITHUB_ACTOR \nBranch: $GITHUB_REF_NAME \nDetails: $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID \"}}]}" >> $GITHUB_ENV
- if: github.event_name != 'pull_request'
name: Send notification about workflow result
uses: slackapi/slack-github-action@v1.16.0
uses: slackapi/slack-github-action@v1.23.0
with:
payload: ${{ env.SLACK_PAYLOAD }}
env:
Expand Down

0 comments on commit 23cba43

Please sign in to comment.