Skip to content

chore: Initial GHA workflow #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jan 4, 2022
Prev Previous commit
Next Next commit
Just run front-end tests on single OS, for now
  • Loading branch information
bryphe-coder committed Jan 3, 2022
commit d65ffbe82edcdb7fa9eef5cfc5c8ec50ddd9a34d
8 changes: 1 addition & 7 deletions .github/workflows/coder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,7 @@ jobs:

test-js:
name: "test/js"
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

Expand Down