Skip to content

Commit

Permalink
ci: Output lima log
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink committed Aug 18, 2023
1 parent fa24b0e commit 9a1dc1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/platforms.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test Cross Platform Support

on: [pull_request]
on: [push]

jobs:
action:
Expand Down Expand Up @@ -40,6 +40,8 @@ jobs:
- name: Install Docker
uses: douglascamata/[email protected]
- run: docker build -t example:${{ github.sha }} ./.github/tests
- if: always()
run: cat ~/.lima/colima/ha.stderr.log
- run: npm install
- run: npm run build
- uses: ./
Expand Down

0 comments on commit 9a1dc1e

Please sign in to comment.