Skip to content

Commit

Permalink
Revert "chore(ci): fix sauce browser tests"
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Nov 7, 2020
1 parent 95dbbc0 commit 6714332
Show file tree
Hide file tree
Showing 4 changed files with 4,183 additions and 2,549 deletions.
11 changes: 10 additions & 1 deletion .airtap.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
providers:
- airtap-sauce
- airtap-default

browsers:
- name: chrome
version: latest
Expand All @@ -7,5 +11,10 @@ browsers:
version: latest
- name: microsoftedge
version: '18'
- name: android
- name: and_chr
version: '6.0'

presets:
local:
browsers:
- name: default
11 changes: 0 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
---
name: CI

# https://github.com/airtap/airtap/blob/65c20af3a5174d1ddc3eaa93df3366f3ee5a37e3/lib/sauce-browser.js#L69
env:
TRAVIS_JOB_NUMBER: github-actions-${{ github.run_id }}

on:
pull_request:
push:
Expand Down Expand Up @@ -42,19 +38,12 @@ jobs:
- name: integration test (node)
run: npm run test:integ-node

- uses: saucelabs/sauce-connect-action@master
with:
username: ${{ secrets.SAUCE_USERNAME }}
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
tunnelIdentifier: ${{ env.TRAVIS_JOB_NUMBER }}

- name: integration test (sauce)
# if: false # https://github.com/airtap/airtap/issues/297
run: npm run test:integ-browser
env:
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
TRAVIS_JOB_NUMBER: ${{ env.TRAVIS_JOB_NUMBER }}

- name: coverage
run: npm run coverage
Expand Down
Loading

0 comments on commit 6714332

Please sign in to comment.