Nightly v1 Test #250
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Nightly v1 Test' | |
on: | |
schedule: | |
- cron: '10 0 * * *' | |
workflow_dispatch: | |
permissions: | |
contents: read | |
jobs: | |
nightly_v1_test_action: | |
name: 'Test Build Composer Satis Repository' | |
runs-on: ubuntu-latest | |
steps: | |
- id: checkout-repository | |
name: 'Checkout Repository' | |
uses: actions/checkout@v4 | |
with: | |
ref: releases/v1 | |
- id: generate-satis-repo | |
name: 'Test Run Generate Satis Repository Action' | |
uses: ./.github/actions/test |