Fix icon styling across Share. Improve style setup in Cosmos. #1263
Workflow file for this run
This file contains 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
name: End-to-end Tests | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
run-cypress: | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Checkout | |
id: checkout | |
uses: actions/checkout@v2 | |
- name: E2E Tests on Google Chrome | |
id: e2e-on-google-chrome | |
uses: cypress-io/github-action@v4 | |
with: | |
browser: chrome | |
build: yarn build-share |