-
Notifications
You must be signed in to change notification settings - Fork 6
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
Conversation
Atlas Lint ReportAnalyzed migrations
Migrations automatically reviewed by Atlas |
Atlas Lint ReportAnalyzed migrations2
Migrations automatically reviewed by Atlas |
Migrations automatically reviewed with Atlas |
Migrations automatically reviewed with Atlas |
781eebb
to
760c831
Compare
- name: "Run Migrate Lint" | ||
env: | ||
GITHUB_TOKEN: ${{ github.token }} | ||
uses: jenseng/dynamic-uses@v1 |
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.
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.
see run: https://github.com/ariga/atlas-action/actions/runs/8004598599/job/21862364687