Skip to content

Commit

Permalink
Configure validations using CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arendondiosa committed Jun 15, 2024
1 parent ded92b1 commit 1ac770d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
name: Automation for agencia-clickone
runs-on: ubuntu-latest
timeout-minutes: 5
container:
image: clickoneagencia/automation:latest
options: --user root

steps:
- name: Checkout branch
Expand All @@ -25,6 +22,7 @@ jobs:
- name: Run automation tests
run: |
cd automation
ls -la
./run_tests.sh -S ${{ env.INPUT_SRC }}
env:
INPUT_SRC: automation # Set SRC environment variable if needed

0 comments on commit 1ac770d

Please sign in to comment.