Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanG077 committed May 27, 2024
1 parent 5f82e84 commit 795afc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
submodules: recursive

- name: Build docs
uses: rowanG077/tt-gds-action/docs@tt07-update-yosys
uses: rowanG077/tt-gds-action/docs@updated-yosys2
8 changes: 4 additions & 4 deletions .github/workflows/gds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
QUIT_ON_SYNTH_CHECKS: "0"

- name: Build GDS
uses: rowanG077/tt-gds-action@tt07-update-yosys
uses: rowanG077/tt-gds-action@updated-yosys2
env:
QUIT_ON_SYNTH_CHECKS: "0"
RUN_VERILATOR: "0"
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run Tiny Tapeout Precheck
uses: rowanG077/tt-gds-action/precheck@tt07-update-yosys
uses: rowanG077/tt-gds-action/precheck@updated-yosys2
env:
QUIT_ON_SYNTH_CHECKS: "0"
RUN_VERILATOR: "0"
Expand All @@ -44,7 +44,7 @@ jobs:
RUN_VERILATOR: "0"

- name: GL test
uses: rowanG077/tt-gds-action/gl_test@tt07-update-yosys
uses: rowanG077/tt-gds-action/gl_test@updated-yosys2
env:
QUIT_ON_SYNTH_CHECKS: "0"
RUN_VERILATOR: "0"
Expand All @@ -56,4 +56,4 @@ jobs:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
steps:
- uses: rowanG077/tt-gds-action/viewer@tt07-update-yosys
- uses: rowanG077/tt-gds-action/viewer@updated-yosys2

0 comments on commit 795afc5

Please sign in to comment.