Skip to content

Commit

Permalink
ci: only run karma on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
longlho committed Mar 17, 2021
1 parent bf6fe31 commit 8f7923c
Show file tree
Hide file tree
Showing 4 changed files with 15,529 additions and 14,561 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
username: ${{ secrets.SAUCE_USERNAME }}
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
tunnelIdentifier: github-action-tunnel
if: matrix.os == 'ubuntu-18.04'
- name: Create certs
run: |
echo "${{ secrets.BUILDBUDDY_ORG_CERT }}">buildbuddy-cert.pem
Expand All @@ -35,6 +36,7 @@ jobs:
CI: true
- name: Karma
run: bazel test --config=ci :karma-ci --action_env=SAUCE_ACCESS_KEY --action_env=SAUCE_USERNAME --action_env=GITHUB_RUN_ID
if: matrix.os == 'ubuntu-18.04'
env:
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
1 change: 0 additions & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories", "npm_install"
node_repositories(
node_version = "14.9.0",
package_json = ["//:package.json"],
yarn_version = "1.22.4",
)

http_archive(
Expand Down

0 comments on commit 8f7923c

Please sign in to comment.