Skip to content

Commit

Permalink
ci: rename workflow sphinx-tuttest to Tests
Browse files Browse the repository at this point in the history
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
  • Loading branch information
umarcor committed May 31, 2022
1 parent 2b587e2 commit 07897df
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

Pipeline:
if: ${{ !(github.event_name != 'pull_request' && github.actor == 'dependabot[bot]') }}
uses: ./.github/workflows/sphinx-tuttest.yml
uses: ./.github/workflows/Tests.yml


Automerge:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
name: doc-test
name: Tests

on:
workflow_call:

jobs:


License-check:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- uses: actions/checkout@v3

- name: Check Licenses
uses: SymbiFlow/actions/checks@main
Expand All @@ -30,7 +32,7 @@ jobs:
run: ./.github/scripts/generate_job_matrix.py '${{ github.repository }}'


Test:
Examples:
needs: Matrix
strategy:
fail-fast: false
Expand Down Expand Up @@ -84,7 +86,8 @@ jobs:
**/*.bit
**/plot_*.svg
Matrix-Surelog:
Surelog-Matrix:
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.generate.outputs.matrix }}
Expand All @@ -98,8 +101,9 @@ jobs:
id: generate
run: ./.github/scripts/generate_job_matrix.py '${{ github.repository }}' Surelog

Test-Surelog:
needs: Matrix-Surelog

Surelog-Examples:
needs: Surelog-Matrix
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
F4PGA examples
==============

.. image:: https://github.com/chipsalliance/f4pga-examples/workflows/doc-test/badge.svg?branch=master
.. image:: https://github.com/chipsalliance/f4pga-examples/workflows/Tests/badge.svg?branch=main
:target: https://github.com/chipsalliance/f4pga-examples/actions

.. image:: https://readthedocs.org/projects/f4pga-examples/badge/?version=latest
Expand Down

0 comments on commit 07897df

Please sign in to comment.