Skip to content

Commit

Permalink
Replace Emoji not compatible with Windows 10 by compatible ones
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienBraillard committed Jul 8, 2024
1 parent 1403109 commit b244f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
- name: 📥 Restore packages
run: dotnet restore

- name: 🪚 Build code
- name: 🏗️ Build code
run: dotnet build --no-restore

- name: 🫣 Test code
- name: 😨 Test code
run: dotnet test --no-build
continue-on-error: true

0 comments on commit b244f9f

Please sign in to comment.