Skip to content

Commit

Permalink
Merge pull request #1717 from yunnysunny/feature/github-action-improve
Browse files Browse the repository at this point in the history
Feature/GitHub action improve
  • Loading branch information
titanism committed Apr 26, 2022
2 parents c4e8c6e + b2b330b commit bc25a87
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
@@ -1,10 +1,9 @@
name: CI
on:
push:
on: [push, pull_request]

env:
SAUCE_USERNAME: shtylman-superagent
SAUCE_ACCESS_KEY: 39a45464-cb1d-4b8d-aa1f-83c7c04fa673
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}

jobs:
test:
Expand Down

0 comments on commit bc25a87

Please sign in to comment.