Skip to content

Commit

Permalink
evidently I fixed whatever issue needed those to be commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
alicewriteswrongs committed Sep 28, 2023
1 parent 4df4d6e commit ed4306f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-esbuild.yml
Original file line number Diff line number Diff line change
@@ -25,13 +25,13 @@ jobs:
run: npm run build.esbuild -- --ci
shell: bash

# - name: Validate Build
# run: npm run test.dist
# shell: bash
- name: Validate Build
run: npm run test.dist
shell: bash

# - name: Validate Testing
# run: npm run test.testing
# shell: bash
- name: Validate Testing
run: npm run test.testing
shell: bash

- name: Upload Build Artifacts
uses: ./.github/workflows/actions/upload-archive

0 comments on commit ed4306f

Please sign in to comment.