Update ci.yml

This commit is contained in:
Niklas von Hertzen 2020-07-29 18:16:52 +08:00 committed by GitHub
parent 7cb0019594
commit 401df79087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,9 +61,32 @@ jobs:
matrix:
config:
- os: ubuntu-latest
name: Browser Tests Linux Firefox Stable
name: Linux Firefox Stable
targetBrowser: Firefox_Stable
xvfb: true
- os: ubuntu-latest
name: Linux Chrome Stable
targetBrowser: Chrome_Stable
xvfb: true
- os: macos-latest
name: OSX Safari Stable
targetBrowser: Safari_Stable
- os: macos-latest
name: iOS Simulator Safari 9
targetBrowser: Safari_IOS_9
- os: macos-latest
name: iOS Simulator Safari 10
targetBrowser: Safari_IOS_10
- os: macos-latest
name: iOS Simulator Safari 12
targetBrowser: Safari_IOS_12
xcode: '/Applications/Xcode_10.1.app'
- os: windows-latest
name: Windows Internet Explorer 9 (Emulated)
targetBrowser: IE_9
- os: windows-latest
name: Windows Internet Explorer 10 (Emulated)
targetBrowser: IE_10
- os: windows-latest
name: Windows Internet Explorer 11
targetBrowser: IE_11
@ -89,6 +112,9 @@ jobs:
with:
name: build
path: build
- name: xcode selection
if: ${{ matrix.config.xcode != "" }}
run: sudo xcode-select -s "${{ matrix.config.xcode }}"
- name: Run browser tests
if: ${{ matrix.config.xvfb != true }}
run: npm run karma