Skip to content

Run weekly tests

Run weekly tests #60

Workflow file for this run

name: Run weekly tests
on:
schedule:
- cron: '0 8 * * TUE'
jobs:
tests:
name: Run Tests
uses: ./.github/workflows/integrate.yaml

Check failure on line 11 in .github/workflows/weekly_ci.yaml

View workflow run for this annotation

GitHub Actions / Run weekly tests

Invalid workflow file

The workflow is not valid. .github/workflows/weekly_ci.yaml (Line: 11, Col: 11): Secret CHARMCRAFT_CREDENTIALS is required, but not provided while calling. .github/workflows/weekly_ci.yaml (Line: 13, Col: 31): Invalid secret, charmcraft-credentials is not defined in the referenced workflow.
secrets:
charmcraft-credentials: "${{ secrets.CHARMCRAFT_CREDENTIALS }}"