Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Aug 17, 2022
1 parent dea0e3f commit 9668309
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/CustomRunnerMWEs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,31 @@ jobs:
- uses: actions/checkout@v3
- uses: ./composite

# Actions inside Composite Actions

CompositeUses-Custom:
container: ubuntu:bionic
runs-on:
- self-hosted
- Linux
- X64

env:
MAX_CORES: 80
GHA_EXTERNAL_DISK: "tools"
GHA_SA: "gh-sa-f4pga-arch-defs-ci"

steps:

- uses: antmicro/f4pga-arch-defs/composite-uses@umarcor/runner/mwes

CompositeUses-Default:
runs-on: ubuntu-latest

steps:

- uses: antmicro/f4pga-arch-defs/composite-uses@umarcor/runner/mwes

# Action actions/setup-python

SetupPython-Custom:
Expand Down
7 changes: 7 additions & 0 deletions composite-uses/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: 'Action inside Composite Action'
description: 'For testing purposes'
runs:
using: 'composite'
steps:

- uses: actions/checkout@v3

0 comments on commit 9668309

Please sign in to comment.