Skip to content

Commit

Permalink
Update mutalkCI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep authored Jul 1, 2024
1 parent fa2f9fe commit 7a75b07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/mutalkCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
shell: bash
timeout-minutes: 15

- run: ${{env.SMALLTALK_CI_VM}} ${{env.SMALLTALK_CI_IMAGE}} metacello install "github://pavel-krivanek/mutalk/src" BaselineOfMuTalk
- run: ${{env.SMALLTALK_CI_VM}} ${{env.SMALLTALK_CI_IMAGE}} metacello install "github://pharo-contributions/mutalk/src" BaselineOfMuTalk
shell: bash

- run: ${{env.SMALLTALK_CI_VM}} ${{env.SMALLTALK_CI_IMAGE}} mutalk --project=${{github.event.repository.name}} --diff
Expand All @@ -64,7 +64,7 @@ jobs:
shell: bash
timeout-minutes: 15

- run: ${{env.SMALLTALK_CI_VM}} ${{env.SMALLTALK_CI_IMAGE}} metacello install "github://pavel-krivanek/mutalk/src" BaselineOfMuTalk
- run: ${{env.SMALLTALK_CI_VM}} ${{env.SMALLTALK_CI_IMAGE}} metacello install "github://pharo-contributions/mutalk/src" BaselineOfMuTalk
shell: bash

- name: full mutation testing
Expand Down

0 comments on commit 7a75b07

Please sign in to comment.