Skip to content

Commit

Permalink
Rename build-hyde-files to build-hyde-assets
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed May 6, 2022
1 parent ee270f7 commit 1bea967
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run test suite
run: vendor/bin/pest

build-hyde-files:
build-hyde-assets:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:

propagate-compiled-tailwind-to-hydefront:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
needs: build-hyde-files
needs: build-hyde-assets
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -92,7 +92,7 @@ jobs:
token: ${{ secrets.API_TOKEN_GITHUB }}

create-hyde-merge-pull-request:
needs: [run-tests, build-hyde-files]
needs: [run-tests, build-hyde-assets]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1bea967

Please sign in to comment.