Skip to content

Commit

Permalink
Add "runs-on" attribute in mutation testing workflow
Browse files Browse the repository at this point in the history
An attribute, "runs-on", has been included in the mutation testing workflow in the .github/workflows/infection.yml file. This attribute specifies that the workflow should be run on the latest version of Ubuntu.
  • Loading branch information
Spomky committed Apr 14, 2024
1 parent cf52e18 commit e256e1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/infection.yml
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
mutation_testing:
name: "5️⃣ Mutation Testing"
runs-on: "ubuntu-latest"
steps:
- name: "Set up PHP"
uses: "shivammathur/setup-php@v2"
Expand Down

0 comments on commit e256e1b

Please sign in to comment.