-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch perf to studies #1243
Switch perf to studies #1243
Conversation
30a492b
to
1a5e330
Compare
@@ -23,9 +24,6 @@ jobs: | |||
- name: Install requirements | |||
run: pip install -r seed/requirements.txt | |||
|
|||
- name: Serialize seed | |||
run: python seed/serialize.py seed/seed.json | |||
|
|||
- name: Generate testing_fieldtrials.json (HEAD) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's rename this workflow file to be something like test-testing-fieldtrials-gen.yml
, and also rename name: Test Python Generator
to a better suitable name.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
@@ -4,6 +4,7 @@ on: | |||
pull_request: | |||
paths: | |||
- 'seed/**' | |||
- 'studies/**' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's also add - 'src/**'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added.
The PR:
seed.json
tostudies/
seed.json