-
Notifications
You must be signed in to change notification settings - Fork 1
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 Desktop Pull Request Notification Testing - Failed Unit Tests #2
base: development
Are you sure you want to change the base?
Conversation
This is just a general pull request comment. Not a review comment. |
- name: Run script tests | ||
if: matrix.arch == 'x64' | ||
run: yarn test:script | ||
- name: Install Windows code signing certificate | ||
if: ${{ runner.os == 'Windows' }} | ||
shell: bash | ||
env: | ||
CERT_CONTENTS: ${{ secrets.WINDOWS_CERT_PFX }} | ||
run: base64 -d <<<"$CERT_CONTENTS" > ./script/windows-certificate.pfx | ||
- name: Package production app | ||
run: yarn package | ||
env: | ||
npm_config_arch: ${{ matrix.arch }} | ||
WINDOWS_CERT_PASSWORD: ${{ secrets.WINDOWS_CERT_PASSWORD }} | ||
- name: Upload artifacts | ||
uses: actions/upload-artifact@v3 | ||
if: ${{ inputs.upload-artifacts }} | ||
with: | ||
name: ${{matrix.friendlyName}}-${{matrix.arch}} | ||
path: | | ||
dist/GitHub Desktop-${{matrix.arch}}.zip | ||
dist/GitHubDesktop-*.nupkg | ||
dist/GitHubDesktopSetup-${{matrix.arch}}.exe | ||
dist/GitHubDesktopSetup-${{matrix.arch}}.msi | ||
dist/bundle-size.json | ||
if-no-files-found: error |
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.
Wow. Removing all kinds of stuff
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.
This is a some general feedback that counts as a review comment!
Fully upgrading sass-loader pkg to the latest version
No description provided.