Skip to content

Commit

Permalink
fixup! try one run for now
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed May 30, 2024
1 parent ba6492f commit 76bf70b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/browserstack-git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Browserstack (Core git)
on:
push:
branches:
- main
- build

jobs:
test:
Expand All @@ -21,20 +21,20 @@ jobs:
fail-fast: false
matrix:
BROWSER:
- 'IE_11'
- 'Safari_latest'
- 'Safari_latest-1'
# - 'IE_11'
# - 'Safari_latest'
# - 'Safari_latest-1'
- 'Chrome_latest'
- 'Chrome_latest-1'
- 'Opera_latest'
- 'Edge_latest'
- 'Edge_latest-1'
- 'Firefox_latest'
- 'Firefox_latest-1'
- 'Firefox_115'
- '__iOS_17'
- '__iOS_16'
- '__iOS_15'
# - 'Chrome_latest-1'
# - 'Opera_latest'
# - 'Edge_latest'
# - 'Edge_latest-1'
# - 'Firefox_latest'
# - 'Firefox_latest-1'
# - 'Firefox_115'
# - '__iOS_17'
# - '__iOS_16'
# - '__iOS_15'
steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
Expand Down

0 comments on commit 76bf70b

Please sign in to comment.