Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed Jan 20, 2025
1 parent b00e537 commit ef33f48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/examples-test-basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Examples tests
on:
push:
branches: [main]
pull_request:
paths:
- examples/basic/**
- examples/turborepo-tests/example-basic-*/**
- examples/turborepo-tests/helpers/**
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down Expand Up @@ -36,6 +36,6 @@ jobs:
- name: Install Global Turbo
uses: ./.github/actions/install-global-turbo

- name: Check examples
- name: Check basic example
shell: bash
run: turbo run test --filter="@turborepo-examples-tests/basic-*" --continue --token=${{ secrets.TURBO_TOKEN }} --team=${{ vars.TURBO_TEAM }} --env-mode=strict
2 changes: 1 addition & 1 deletion .github/workflows/examples-test-kitchen-sink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
- name: Install Global Turbo
uses: ./.github/actions/install-global-turbo

- name: Check examples
- name: Check kitchen-sink example
shell: bash
run: turbo run test --filter="@turborepo-examples-tests/kitchen-sink-*" --continue --token=${{ secrets.TURBO_TOKEN }} --team=${{ vars.TURBO_TEAM }} --env-mode=strict

0 comments on commit ef33f48

Please sign in to comment.