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 19e3ab3
Show file tree
Hide file tree
Showing 3 changed files with 6 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:
test:
runs-on: ubuntu-latest

steps:
Expand Down
15 changes: 2 additions & 13 deletions .github/workflows/test-src.yml
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:
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
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Test
name: Test Python Generator

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

jobs:
test:
Expand Down

0 comments on commit 19e3ab3

Please sign in to comment.