Skip to content

Commit

Permalink
Removendo outros sistemas do workflow. Somente ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
dunossauro committed May 24, 2024
1 parent 4145f96 commit 581b10a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
test:
runs-on: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ubuntu-latest

steps:
- name: Copia os arquivos do repo
Expand Down Expand Up @@ -37,4 +37,4 @@ jobs:
run: poetry run invoke test-docker-build

- name: Roda os typos dos códigos de aulas
run: poetry run invoke typos-sub
run: poetry run invoke typos-sub

0 comments on commit 581b10a

Please sign in to comment.