Skip to content

Commit

Permalink
Make sure typescript is available
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkeating committed Jan 31, 2024
1 parent ee17797 commit 69ee094
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
path: |
frontend/dist/spa
fleek.config.ts
package.json
tests:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -171,6 +172,9 @@ jobs:
uses: actions/download-artifact@v4
with:
name: frontend
- uses: volta-cli/action@v4
with:
cache: false
- name: Look at directory
run: ls -la
- name: Install Fleek CLI
Expand Down

0 comments on commit 69ee094

Please sign in to comment.