Skip to content
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

chore(ci): bring back embargo test #8981

Closed
wants to merge 11 commits into from
Closed

Conversation

joshua-goldstein
Copy link
Contributor

@joshua-goldstein joshua-goldstein commented Aug 26, 2023

Description: While cleaning up TeamCity, we found an old test framework that still works and might be useful. We bring back this test.
Remark: In this PR the job is configured to run only on a push to main and on a schedule, so it is not currently showing up in the jobs below. However, it is passing on CI. You can see a previous run e.g. here and here.

@joshua-goldstein joshua-goldstein changed the title chore(ci): bring back embargo test chore(ci): bring back embargo test [WIP] Aug 26, 2023
@joshua-goldstein joshua-goldstein changed the title chore(ci): bring back embargo test [WIP] chore(ci): bring back embargo test Aug 26, 2023
on:
push:
branches:
- main
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not on release branches?

PYTHON_VERSION=$({ [ -f .python-version ] && cat .python-version; })
echo "PYTHON_VERSION=$PYTHON_VERSION" >> $GITHUB_ENV
- name: Set up Python
uses: actions/setup-python@v4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why does it say @v4? Is that version of the GitHub action?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/integrations Related to integrations with other projects.
Development

Successfully merging this pull request may close these issues.

4 participants