Skip to content

Commit

Permalink
SWI-5012 - Updating test workflows to run in our self-hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
jgutierrezglez committed Apr 12, 2024
1 parent 1210e72 commit 10138b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test-success:
runs-on: ubuntu-latest
runs-on: ${{ fromJSON(vars.SWI_GLORG_PROD_UBUNTU_2204) }}
name: Test the action on success
steps:
- name: Checkout
Expand All @@ -25,7 +25,7 @@ jobs:
slack-channel: ${{ secrets.SLACK_CHANNEL }}

test-failure:
runs-on: ubuntu-latest
runs-on: ${{ fromJSON(vars.SWI_GLORG_PROD_UBUNTU_2204) }}
name: Test the action on failure
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ See [action.yml](action.yml)

```yaml
steps:
- uses: bandwidth/build-notify-slack-action
- uses: Bandwidth/build-notify-slack-action@v2
with:
job-status: ${{ job.status }}
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
Expand Down

0 comments on commit 10138b9

Please sign in to comment.