Skip to content

Commit

Permalink
Add checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed Nov 6, 2024
1 parent 258e190 commit b9af273
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Download VSIX Artifact
uses: actions/download-artifact@v4
with:
Expand All @@ -108,8 +111,6 @@ jobs:

- name: Run Tests
run: |
ls /tmp/*.vsix
bb tasks
bb run-e2e-tests-vsix /tmp/*.vsix
lint:
Expand Down

0 comments on commit b9af273

Please sign in to comment.