Skip to content

Commit

Permalink
6.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Feb 25, 2023
1 parent 36b6c1a commit 6d95f11
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 2,339 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/test.yml
Expand Up @@ -8,7 +8,12 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: windows-latest
strategy:
matrix:
chrome: [
'latest'
]
steps:
- uses: actions/checkout@v3
- name: Setup Chomp
Expand All @@ -17,12 +22,14 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Node.js
uses: actions/setup-node@v3
- name: Setup Firefox
uses: browser-actions/setup-firefox@latest
- name: Setup Chrome ${{ matrix.chrome }}
uses: browser-actions/setup-chrome@latest
with:
firefox-version: '89.0'
chrome-version: ${{ matrix.chrome }}
- name: npm install
run: npm install
- name: Chomp Test
run: chomp test
env:
CI_BROWSER: /opt/hostedtoolcache/firefox/89.0/x64/firefox
CI_BROWSER_FLAGS: -headless
CI_BROWSER: C:\hostedtoolcache\windows\chromium\${{ matrix.chrome }}\x64\chrome.exe
CI_BROWSER_FLAGS:
2 changes: 1 addition & 1 deletion dist/s.js
@@ -1,5 +1,5 @@
/*!
* SJS 6.13.0
* SJS 6.14.0
*/
(function () {

Expand Down
2 changes: 1 addition & 1 deletion dist/s.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/s.min.js.map

Large diffs are not rendered by default.

0 comments on commit 6d95f11

Please sign in to comment.