From 9373ad6d61ff77373212556c920094d16e244790 Mon Sep 17 00:00:00 2001 From: Lukas Bals Date: Thu, 18 Apr 2024 16:07:53 +0200 Subject: [PATCH] build: Add env to release workflow --- .github/workflows/main.yml | 8 +++++--- .github/workflows/release.yml | 1 + .github/workflows/size.yml | 4 +++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index df189bf..37f6b33 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,8 +1,10 @@ -name: CI +name: Test + on: [push] + jobs: - build: - name: Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }} + test: + name: Test runs-on: ${{ matrix.os }} strategy: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e02112c..694dbf2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,7 @@ jobs: release: name: Release runs-on: ubuntu-latest + environment: npm steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 diff --git a/.github/workflows/size.yml b/.github/workflows/size.yml index 7dc33c5..d7a407a 100644 --- a/.github/workflows/size.yml +++ b/.github/workflows/size.yml @@ -1,8 +1,10 @@ name: Size + on: [pull_request] + jobs: size: - name: Check the size of the bundles + name: Size runs-on: ubuntu-latest env: