Skip to content

Commit

Permalink
Allow running tests for multiple packages concurrently.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething committed Feb 7, 2023
1 parent 99c7105 commit 21c87b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
github.event.client_payload.slash_command.sha != '' &&
github.event.client_payload.slash_command.pkg != '' &&
github.event.client_payload.pull_request.head.sha == github.event.client_payload.slash_command.sha
concurrency: acceptance_tests

concurrency: ${{ github.workflow }}-${{ github.event.client_payload.slash_command.pkg }}-${{ github.event.client_payload.pull_request.number }}

steps:
- name: Set up Go
Expand Down

0 comments on commit 21c87b8

Please sign in to comment.