Skip to content

fix: Removendo sudo e add ubuntu-22.04 no workflow para tentar executar github actions novamente #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
playwright-chrome:
# agente de execução/runner
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Passo 1 - Obter cópia do código-fonte do repositório
uses: actions/checkout@v4
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
playwright-firefox:
# esse job "playwright-firefox" somente é executado se o job anterior "playwright-chrome" for executado com sucesso
needs: playwright-chrome
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Passo 1 - Obter cópia do código-fonte do repositório
uses: actions/checkout@v4
Expand Down Expand Up @@ -93,4 +93,4 @@ jobs:
with:
name: playwright-report-html-firefox
path: ./playwright-report
retention-days: 30
retention-days: 30