Skip to content

Commit

Permalink
update publish-test.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Siyaram Meena committed Jul 4, 2024
1 parent 76ef6c1 commit 1ac3c7b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
workflow_dispatch:

jobs:
code-coverage:
publish-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -23,6 +23,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20.x
- run: |
echo node -v
echo npm version
# npm i -g tfx-cli

# - name: Install dependencies
# run: cd synopsys-task && npm ci
Expand Down

0 comments on commit 1ac3c7b

Please sign in to comment.