Skip to content

Commit

Permalink
name test
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeingold35 committed Aug 28, 2023
1 parent 1339534 commit c5bada6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
run: echo 'Nope not yet'
# Separately, we also need to run our tests
run_tests:
name: 'Run unit tests'
uses: ./.github/workflows/run-tests.yml
# Additionally, build a VSIX that can be downloaded by the user if needed.
create-vsix-artifact:
name: 'Upload VSIX as artifact'
uses: ./.github/workflows/create-vsix-artifact.yml

0 comments on commit c5bada6

Please sign in to comment.