Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
attempt to address #340 by restricting max-workers to 1 (attempting to edit online as local commit push failed with alert of limitations of personal access token for editing workflows)
  • Loading branch information
carlhiggs authored Jul 4, 2023
1 parent 844e469 commit 4959872
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
strategy:
max-parallel: 1
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 4959872

Please sign in to comment.