Skip to content

Commit

Permalink
Atualizando o Status Badge para refletir no README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thinogueiras committed Sep 16, 2023
1 parent 6797b9d commit 9d03629
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main, develop ]
branches: [ main ]

jobs:
e2e-tests:
runs-on: ubuntu-22.04
name: Robot Framework - E2E Tests 🤖
name: E2E Tests 🤖

steps:
- name: Checkout 🚀
uses: actions/checkout@v3
Expand All @@ -20,7 +20,7 @@ jobs:
pip install robotframework
pip install robotframework-browser
- name: Initialize Browser Library
- name: Initialize Browser Library (Playwright)
run: |
rfbrowser init
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Projeto de testes e2e realizado na 2ª temporada da série: Viver de Teste.

[![Robot Framework - E2E Tests](https://github.com/thinogueiras/VDT-Season02-RobotFramework/actions/workflows/ci-robot.yml/badge.svg)](https://github.com/thinogueiras/VDT-Season02-RobotFramework/actions/workflows/ci-robot.yml)
[![Robot Framework - E2E Tests](https://github.com/thinogueiras/VDT-Season02-RobotFramework/actions/workflows/continuous-testing.yml/badge.svg)](https://github.com/thinogueiras/VDT-Season02-RobotFramework/actions/workflows/continuous-testing.yml)


## Premiação do desafio VDT 🏅 🏅
Expand Down

0 comments on commit 9d03629

Please sign in to comment.