Skip to content

Commit

Permalink
test: remove comment about rebuilding dist in node test (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Jul 12, 2023
1 parent 3881773 commit aeaeb91
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/example-node-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

# Hmm, should we rebuild the "dist" before using the action?

- uses: ./
with:
working-directory: examples/v9/node-versions
Expand All @@ -56,8 +54,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

# Hmm, should we rebuild the "dist" before using the action?

- uses: ./
with:
working-directory: examples/node-versions

0 comments on commit aeaeb91

Please sign in to comment.