Conversation
Goooler
commented
Mar 4, 2022
Comment on lines
17
to
31
| arch: | ||
| description: 'CPU architecture of the system image - x86, x86_64 or arm64-v8a' | ||
| required: false | ||
| default: 'x86' | ||
| emulator-options: | ||
| description: 'command-line options used when launching the emulator' | ||
| required: false | ||
| default: '-no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim' | ||
| emulator-build: | ||
| required: false | ||
| description: 'build number of a specific version of the emulator binary to use' | ||
| channel: | ||
| description: 'Channel to download the SDK components from - `stable`, `beta`, `dev`, `canary`' | ||
| required: false | ||
| default: 'stable' |
Contributor
Author
There was a problem hiding this comment.
Goooler
commented
Mar 6, 2022
Goooler
commented
Mar 20, 2022
Comment on lines
56
to
62
| - name: Cache Node | ||
| uses: actions/cache@v2 | ||
| with: | ||
| path: ~/.npm | ||
| key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} | ||
| restore-keys: | | ||
| ${{ runner.os }}-node- |
Contributor
Author
There was a problem hiding this comment.
Member
|
Thanks for the PR, it's a bit hard to review with all the formatting changes. Feel free to create a new one with just action version bumps and create new issue to discuss other changes 👍 |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow up #230.