Incoming Versions Compatibility Test #90
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: Incoming Versions Compatibility Test | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: '0 0 * * *' # daily at 00:00 | |
jobs: | |
backwards-compatibility-test: | |
strategy: | |
matrix: | |
nx-version: [latest] | |
uses: ./.github/workflows/integration-test-nx-workspace.yml | |
with: | |
nx-version: ${{matrix.nx-version}} |