Skip to content

Commit

Permalink
set on push and pull_request github action values
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed Sep 7, 2022
1 parent d765da3 commit 1b36855
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test.yml
Expand Up @@ -2,9 +2,13 @@ name: Test

on:
push:
[ ]
branches:
- main
tags:
- '**'
pull_request:
[ ]
branches:
- '**'

jobs:
build:
Expand All @@ -14,8 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: yarn
- run: |
echo $INFURA_API_KEY
- run: echo $INFURA_API_KEY
env:
INFURA_API_KEY: ${{ secrets.INFURA_API_KEY }}
- run: yarn test
Expand Down

0 comments on commit 1b36855

Please sign in to comment.