Skip to content

Commit

Permalink
Update cli command
Browse files Browse the repository at this point in the history
  • Loading branch information
trzcina authored Jun 24, 2022
1 parent 5d9d5c7 commit d6cc168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g flotiq-cli
- run: flotiq import ${{ secrets.FLOTIQ_API_KEY }} .
- run: flotiq import . ${{ secrets.FLOTIQ_API_KEY }}
- run: yarn install
- run: yarn build
env:
Expand Down

0 comments on commit d6cc168

Please sign in to comment.