Skip to content

Commit

Permalink
ci: Upload colima files as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink committed Aug 18, 2023
1 parent 850c548 commit abf5364
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ jobs:
node-version: 16
- 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
- if: always()
run: ls -a ~/.lima/colima/
uses: actions/upload-artifact@v3
with:
name: colima
path: ~/.lima/colima/
- run: docker build -t example:${{ github.sha }} ./.github/tests
- run: npm install
- run: npm run build
- uses: ./
Expand Down

0 comments on commit abf5364

Please sign in to comment.