Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,17 @@ jobs:
run: yarn lint

- name: Run tests
run: yarn test
run: yarn test

run-automation:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Give automation execution permission
run: chmod +x ./scripts/automation.sh

- name: Run automation script
run: ./scripts/automation.sh