Skip to content

Commit

Permalink
09 incrementado git actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianaSilvaRossi committed Nov 20, 2023
1 parent d1c611a commit 3737b6d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 40 deletions.
File renamed without changes.
24 changes: 24 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Run Web Tests
run-name: ${{ github.actor }} is testing by trigger - On push
on: [push]

jobs:
web-tests:
runs-on: ubuntu-20.04
steps:
-name: Checkout
uses: actions/checkout@v3

-name: Install Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'

-name: Install Requirements
run: |
python -m pip install --upgrade pip
pip install -U -r requirements.txt

-name: Command Test Execution
run: |
pabot --processes 4 -d ./resources/results ./tests/*
40 changes: 0 additions & 40 deletions mindmap.html

This file was deleted.

0 comments on commit 3737b6d

Please sign in to comment.