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

.github/workflow: add end to end tests #134

Merged
merged 2 commits into from
Feb 22, 2024
Merged

.github/workflow: add end to end tests #134

merged 2 commits into from
Feb 22, 2024

Conversation

ronenlu
Copy link
Member

@ronenlu ronenlu commented Feb 22, 2024

Copy link

Atlas Lint Report

Analyzed migrations

StatusStepResultDiagnostics
Detect New Migration FilesFound 0 new migration files (from 0 total)
Replay Migration FilesLoaded 0 changes on dev database
Connect your project to Atlas Cloud to get more safety checks

Migrations automatically reviewed by Atlas

Copy link

Atlas Lint Report

Analyzed migrations2

StatusStepResultDiagnostics
Detect New Migration FilesFound 0 new migration files (from 0 total)
Replay Migration FilesLoaded 0 changes on dev database
Connect your project to Atlas Cloud to get more safety checks

Migrations automatically reviewed by Atlas

@ronenlu ronenlu changed the title fix binary removal (#133) .githbub: add end to end tests Feb 22, 2024
Copy link

github-actions bot commented Feb 22, 2024

atlas migrate lint on atlasaction/testdata/migrations

Status Step Link
1 new migration file detected  
ERD and Visual Diff generated View Visualization
No issues found Full Report

Migrations automatically reviewed with Atlas

Copy link

github-actions bot commented Feb 22, 2024

atlas migrate lint on atlasaction/testdata/migrations_destructive

Status Step Link
1 new migration file detected  
ERD and Visual Diff generated View Visualization
1 error found Full Report

Migrations automatically reviewed with Atlas

@ronenlu ronenlu force-pushed the e2e-tests branch 2 times, most recently from 781eebb to 760c831 Compare February 22, 2024 12:21
- name: "Run Migrate Lint"
env:
GITHUB_TOKEN: ${{ github.token }}
uses: jenseng/dynamic-uses@v1
Copy link
Member Author

@ronenlu ronenlu Feb 22, 2024

Choose a reason for hiding this comment

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

GitHub action doesn't accept dynamic values it the uses: field.
Because I want to test the uploaded binary in the build job, I need to use this custom action to access the version.

@ronenlu ronenlu changed the title .githbub: add end to end tests .githbub/workflow: add end to end tests Feb 22, 2024
@ronenlu ronenlu changed the title .githbub/workflow: add end to end tests .github/workflow: add end to end tests Feb 22, 2024
.github/workflows/cd.yaml Outdated Show resolved Hide resolved
@ronenlu ronenlu merged commit 3b5eaa8 into master Feb 22, 2024
20 checks passed
@giautm giautm deleted the e2e-tests branch September 24, 2024 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants