diff --git a/.github/workflows/feature-branch.yml b/.github/workflows/feature-branch.yml index dff938a0..555b12f7 100644 --- a/.github/workflows/feature-branch.yml +++ b/.github/workflows/feature-branch.yml @@ -1,4 +1,4 @@ -name: Feature branch CI +name: On push changes concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -57,7 +57,7 @@ jobs: run: | yarn lint - unit-tests: + tests: runs-on: ubuntu-latest # TODO: Enable job when we add tests to the project if: false @@ -79,7 +79,7 @@ jobs: run: | yarn test - build: + compile: runs-on: ubuntu-latest steps: - name: Checkout ${{ github.ref }}