Skip to content

Commit

Permalink
Don't launch tests for generate-test-seed.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atuchin-m committed Nov 20, 2024
1 parent 82964cb commit 975929b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/generate-test-seed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:

- name: Fetch base commit
run: git fetch --depth=1 origin "$BASE_SHA"
- name: Fetch legacy seed commit
run: git fetch origin 3f3eb03e12eb7f37a315f66f735d3decb483a90d

- name: Comment "Generation In Progress"
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
Expand All @@ -46,15 +44,6 @@ jobs:
- name: Install
run: npm ci

- name: Typecheck
run: npm run typecheck

- name: Lint
run: npm run lint -- --base "$BASE_SHA"

- name: Test
run: npm run test

- name: Generate seed
run: |
npm run seed_tools create -- --version "$SEED_VERSION"
Expand Down

0 comments on commit 975929b

Please sign in to comment.