Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 committed Aug 28, 2024
1 parent 2b58377 commit b22385a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-sample-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
- name: Lint
run: |
echo "Running lint ci"
./testdata/project-v4/bin/act -W testdata/project-v4/.github/workflows/lint.yml --container-architecture linux/amd64 -P ubuntu-latest=-self-hosted
./testdata/project-v4/bin/act -W testdata/project-v4/.github/workflows/lint.yml --container-architecture linux/amd64 -P catthehacker/ubuntu:act-latest
- name: Unit Tests
run: |
echo "Running unit tests ci"
./testdata/project-v4/bin/act -W testdata/project-v4/.github/workflows/test.yml --container-architecture linux/amd64 -P ubuntu-latest=-self-hosted
./testdata/project-v4/bin/act -W testdata/project-v4/.github/workflows/test.yml --container-architecture linux/amd64 -P catthehacker/ubuntu:act-latest
- name: E2e Tests
run: |
echo "Running e2e tests ci"
./testdata/project-v4/bin/act -W testdata/project-v4/.github/workflows/test-e2e.yml --container-architecture linux/amd64 -P ubuntu-latest=-self-hosted
./testdata/project-v4/bin/act -W testdata/project-v4/.github/workflows/test-e2e.yml --container-architecture linux/amd64 -P catthehacker/ubuntu:act-latest

0 comments on commit b22385a

Please sign in to comment.