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

chore: update release ci and add github-release #147

Merged
merged 1 commit into from
Aug 24, 2021

Conversation

brandonocasey
Copy link
Contributor

No description provided.

Comment on lines -47 to -57
- run: npm i --prefer-offline --no-audit
node-version: '${{steps.nvm.outputs.NVMRC}}'
cache: npm

# run safari on macos
- name: Run Mac test
run: npm run test -- --browsers Safari
if: ${{ startsWith(matrix.os, 'macos') }}
# turn off the default setup-node problem watchers...
- run: echo "::remove-matcher owner=eslint-compact::"
- run: echo "::remove-matcher owner=eslint-stylish::"
- run: echo "::remove-matcher owner=tsc::"

# only run ie 11 on windows
- name: Run Windows test
run: npm run test -- --browsers IE
if: ${{ startsWith(matrix.os, 'windows') }}
Copy link
Member

Choose a reason for hiding this comment

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

it seems like this is something we want to keep?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We don't want the os --browsers thing no. Old version of the ci script operated under the assumption that we would forgo browserstack at some point. Eventually we decided that we can make that jump later and removed all the code for os specific browser runs.

@codecov
Copy link

codecov bot commented Aug 24, 2021

Codecov Report

❗ No coverage uploaded for pull request base (main@a2f5cb8). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #147   +/-   ##
=======================================
  Coverage        ?   92.84%           
=======================================
  Files           ?       17           
  Lines           ?      657           
  Branches        ?      212           
=======================================
  Hits            ?      610           
  Misses          ?       47           
  Partials        ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a2f5cb8...50a2753. Read the comment docs.

@brandonocasey brandonocasey merged commit 23ae57e into main Aug 24, 2021
@brandonocasey brandonocasey deleted the chore/add-release-update-ci branch August 24, 2021 19:40
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.

2 participants