Skip to content

Commit

Permalink
Remove python seed generator comparison.
Browse files Browse the repository at this point in the history
  • Loading branch information
goodov committed Oct 28, 2024
1 parent 9dc1c13 commit 2471001
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '.github/workflows/**'

jobs:
build:
lint-github-actions:
runs-on: ubuntu-latest

steps:
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/merge-group-stubs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Merge Queue Stubs

on:
pull_request:
merge_group:

# Run jobs that are required in PR, but not in the merge queue.
jobs:
lint-github-actions:
runs-on: ubuntu-latest

steps:
- name: Do nothing
run: exit 0
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Tracker&Griffin tests
name: Test Griffin Package

on:
pull_request:
merge_group:

jobs:
build:
test-griffin-package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
Expand All @@ -24,14 +24,3 @@ jobs:

- name: build
run: npm run build

- name: Setup Python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
with:
python-version: '3.11'

- name: Install python seed generator requirements
run: pip install -r seed/requirements.txt

- name: Compare python and typescript seed generator
run: npm run seed_tools compare_python_gen
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: Test

on:
pull_request:
merge_group:
paths:
- 'seed/**'

jobs:
test:
test-python-generator:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 2471001

Please sign in to comment.