Skip to content

Commit

Permalink
(d) Add MCVE for container problem
Browse files Browse the repository at this point in the history
  • Loading branch information
per1234 committed Nov 21, 2024
1 parent 8086e4c commit 0cedc98
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/mcve.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
push: ~
pull_request: ~
workflow_dispatch: ~

jobs:
foo:
runs-on: ubuntu-latest
container:
image: ghcr.io/arduino/arduino-ide/linux:main

steps:
- run: |
echo hello > foo.txt
- uses: actions/upload-artifact@v4
with:
name: foo
path: foo.txt

0 comments on commit 0cedc98

Please sign in to comment.