|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
# .github/workflows/ci.yml
|
|
|
2 |
name: ci
|
|
|
3 |
|
|
|
4 |
on: [push, pull_request]
|
|
|
5 |
|
|
|
6 |
jobs:
|
|
|
7 |
test:
|
|
|
8 |
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
|
|
|
9 |
secrets:
|
|
|
10 |
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
|