Skip to content

Commit

Permalink
ci: Upload logs and config only
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink committed Aug 18, 2023
1 parent abf5364 commit 3a4f0b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: colima
path: ~/.lima/colima/
path:
~/.lima/colima/*.log
~/.lima/colima/*.config
~/.lima/colima/*.yaml
- run: docker build -t example:${{ github.sha }} ./.github/tests
- run: npm install
- run: npm run build
Expand Down

0 comments on commit 3a4f0b6

Please sign in to comment.