Fix: Altera a extensão do config para .yaml, conforme exigido pela to… #24
This file contains hidden or 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: Aspect Workflows CI (Build and Test) | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| types: [opened, synchronize, reopened] | |
| workflow_dispatch: | |
| jobs: | |
| aspect-workflows-ci: | |
| name: Build and Test | |
| runs-on: [self-hosted, aspect-workflows, aspect-default] | |
| steps: | |
| - name: Configure Workflows Environment | |
| run: /etc/aspect/workflows/bin/configure_workflows_env | |
| - uses: actions/checkout@v4 | |
| - name: Agent Health Check | |
| run: /etc/aspect/workflows/bin/agent_health_check | |
| - name: Run Aspect Workflows CI | |
| uses: aspect-build/[email protected] | |
| with: | |
| task: ci | |
| workspace: '.' | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |