Skip to content

Commit

Permalink
refact: workflow de teste
Browse files Browse the repository at this point in the history
  • Loading branch information
Home committed Jan 5, 2024
1 parent fda509b commit 08e8b55
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ on:
push:
branches:
- tests
pull_request:
branches:
- main

jobs:
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- name: Checkout do código
Expand Down

0 comments on commit 08e8b55

Please sign in to comment.