Add Revit 2023 and Rhino 7 Converter Tests with Fakes #13
Workflow file for this run
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: .NET Build and Publish | ||
on: | ||
push: | ||
branches: ["main", "dev"] # Continuous delivery on every long-lived branch | ||
tags: ["3.*"] # Manual delivery on every 3.x tag | ||
pull_request: | ||
branches: ["main", "dev"] # Releases on every PR that targets main or dev | ||
jobs: | ||
build: | ||
uses: ./.github/workflows/ci.yml | ||
Check failure on line 12 in .github/workflows/main.yml GitHub Actions / .github/workflows/main.ymlInvalid workflow file
|
||
# deploy-installers: | ||
# runs-on: ubuntu-latest | ||
# needs: build | ||
# steps: | ||
# - name: 🔫 Trigger Build Installers | ||
# uses: ALEEF02/[email protected] | ||
# with: | ||
# workflow: Build Installers | ||
# repo: specklesystems/connector-installers | ||
# token: ${{ secrets.CONNECTORS_GH_TOKEN }} | ||
# inputs: '{ "run_id": "${{ github.run_id }}", "version": "${{ needs.build.outputs.version }}" }' | ||
# ref: main | ||
# wait-for-completion: true | ||
# wait-for-completion-interval: 10s | ||
# wait-for-completion-timeout: 10m | ||
# display-workflow-run-url: true | ||
# display-workflow-run-url-interval: 10s |