Skip to content

Commit

Permalink
Test new artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Dec 15, 2023
1 parent e2585e4 commit 66ad5e5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/playground.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Playground

on:
push:
branches:
- main
pull_request:
branches:
- main


jobs:
test-artifact:
name: Task artifact action
runs-on: ubuntu-latest
strategy:
matrix:
path: [actions, docker-image]
steps:
- name: Upload shared
uses: actions/upload-artifact@v4
with:
name: devops-artifact
path: ${{ matrix.path }}

0 comments on commit 66ad5e5

Please sign in to comment.