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

fix(linux): move environment to separate job and checkout to separate subdirectory #11659

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

ermshiperete
Copy link
Contributor

In #11571 we tried to fix the failing API verification by moving setting up the environment and restoring artifacts to the same job as the api verification itself. However, this doesn't help and the artifacts subdirectory still vanishes, caused by actions/checkout#1201.

This change reverts the change introduced in #11571 and changes the git checkout to end in a separate subdirectory.

Reverts: #11571

@keymanapp-test-bot skip

@keymanapp-test-bot
Copy link

User Test Results

Test specification and instructions

User tests are not required

@keymanapp-test-bot keymanapp-test-bot bot added this to the A18S3 milestone Jun 3, 2024
@ermshiperete ermshiperete changed the title fix(linux): move environment to separate job and fix checkout fix(linux): move environment to separate job and checkout to separate subdirectory Jun 3, 2024
… dir

In #11571 we tried to fix the failing API verification by moving
setting up the environment and restoring artifacts to the same job
as the api verification itself. However, this doesn't help and the
`artifacts` subdirectory still vanishes, caused by
actions/checkout#1201.

This change reverts the change introduced in #11571 and changes the
git checkout to end in a separate subdirectory.

Reverts: #11571
@ermshiperete ermshiperete force-pushed the fix/linux/apiverification branch from 218a5f5 to a858f63 Compare June 3, 2024 09:10
@github-actions github-actions bot added linux/ and removed linux/ labels Jun 3, 2024
@ermshiperete ermshiperete merged commit d1b8812 into master Jun 3, 2024
3 checks passed
@ermshiperete ermshiperete deleted the fix/linux/apiverification branch June 3, 2024 09:11
ermshiperete added a commit that referenced this pull request Jun 3, 2024
This change reverts #11659 and moves setting the environment and
restoring the artifacts in the same job as the actual API verification.
It keeps checking out the git files to a separate directory.
@keyman-server
Copy link
Collaborator

Changes in this pull request will be available for download in Keyman version 18.0.47-alpha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants