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

Migrate CI to GitHub Actions. #824

Merged
merged 3 commits into from
Apr 21, 2020
Merged

Migrate CI to GitHub Actions. #824

merged 3 commits into from
Apr 21, 2020

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Apr 21, 2020

No description provided.

.github/workflows/ci-build.yml Outdated Show resolved Hide resolved
@rwjblue rwjblue merged commit 034c144 into master Apr 21, 2020
@rwjblue rwjblue deleted the migrate-to-github-actions branch April 21, 2020 22:19
- name: install dependencies
run: yarn install --frozen-lockfile
- name: test
run: node_modules/.bin/ember try:one ${{ matrix.ember-try-scenario }} --skip-cleanup
Copy link
Member

Choose a reason for hiding this comment

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

if we're using volta here, do we still need to reach into .bin or can we call ember directly?

Copy link
Member Author

Choose a reason for hiding this comment

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

If we're using volta here, do we still need to reach into .bin or can we call ember directly?

Ya, thought about that, but we'd have to volta install ember-cli and in this case we don't actually need / want the global install to run (since we know for sure that we'd always want to defer).

Copy link
Member

Choose a reason for hiding this comment

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

hmm, okay, then I misunderstood volta apparently. we could still use yarn ember though.

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

Successfully merging this pull request may close these issues.

2 participants