diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index fd27002d9..249415639 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -11,7 +11,8 @@ jobs: - uses: borales/actions-yarn@v2.0.0 with: cmd: install - - uses: borales/actions-yarn@v2.0.0 + - name: Running tests + uses: borales/actions-yarn@v2.0.0 with: cmd: test label: diff --git a/.github/workflows/publish-records.yml b/.github/workflows/publish-records.yml index c110a5e48..497c2dc62 100644 --- a/.github/workflows/publish-records.yml +++ b/.github/workflows/publish-records.yml @@ -7,5 +7,7 @@ on: jobs: publish: runs-on: ubuntu-latest + env: + HELLO: ${{ secrets.HELLO }} steps: - - run: echo "Hello yo" + - run: echo "wow-- $HELLO"