Skip to content

Commit

Permalink
Update AG name
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Sep 5, 2024
1 parent fe9b1aa commit edddddd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@ jobs:
access_token: ${{ github.token }}

yml-md-style:
uses: QubitPi/hashicorp-aws/.github/workflows/yml-md-style-and-link-checks.yml@master
uses: QubitPi/hashistack/.github/workflows/yml-md-style-and-link-checks.yml@master

code-style:
name: React & TS Code Style Check
uses: QubitPi/hashicorp-aws/.github/workflows/ui-code-style.yml@master
uses: QubitPi/hashistack/.github/workflows/ui-code-style.yml@master
with:
node-version: 18

unit-tests:
name: Unit Tests
needs: [yml-md-style, code-style]
uses: QubitPi/hashicorp-aws/.github/workflows/ui-unit-test.yml@master
uses: QubitPi/hashistack/.github/workflows/ui-unit-test.yml@master
with:
node-version: 18

Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
cd scripts
timeout 1m bash -c 'until ./remove-graph.sh; do sleep 3; done'
cd ../
- uses: QubitPi/hashicorp-aws/.github/actions/cypress-e2e@master
- uses: QubitPi/hashistack/.github/actions/cypress-e2e@master
with:
node-version: ${{ env.NODE_VERSION }}
start-strategy: ${{ matrix.start_strategy }}
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:

documentation:
name: Test and Deploy Documentation to GitHub Pages
needs: e2e-tests
#needs: e2e-tests

Check warning on line 194 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / yml-md-style / YAML Style Check

194:6 [comments] missing starting space in comment
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -214,7 +214,7 @@ jobs:
- name: Load CNAME
run: cp CNAME build/
- name: Deploy to GitHub Pages
if: github.ref == 'refs/heads/master'
#if: github.ref == 'refs/heads/master'

Check warning on line 217 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / yml-md-style / YAML Style Check

217:10 [comments] missing starting space in comment
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -229,7 +229,7 @@ jobs:
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- uses: QubitPi/hashicorp-aws/.github/actions/npm-release@master
- uses: QubitPi/hashistack/.github/actions/npm-release@master
with:
user: ${{ env.USER }}
email: ${{ env.EMAIL }}
Expand Down

0 comments on commit edddddd

Please sign in to comment.