Skip to content

09 incrementado git actions #1

09 incrementado git actions

09 incrementado git actions #1

Workflow file for this run

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

Check failure on line 10 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
-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/*