From 5c5da84a6fc5a8516ae7a65cb1ac726a0329a6b7 Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Fri, 1 Dec 2023 18:05:56 +0000 Subject: [PATCH] Update CI (#621) ### Summary 1. Don't run the tests on push (shouldn't need it since we always make a PR) 2. Build the website in the tests to make sure it compiles without error (we should add some tests to make sure it looks ok too, but that's out of scope of this PR). --- .github/workflows/tests.yml | 4 +++- ecosystem/resources/members/qiskit-qulacs.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d9a680792c..a13c8d77e8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,6 +1,6 @@ name: Sourcecode tests -on: [push, pull_request, workflow_dispatch] +on: [pull_request, workflow_dispatch] jobs: lint: @@ -46,6 +46,8 @@ jobs: run: | unset CI tox ${{ env.TOX_ENV }} + - name: Build website + run: tox -e website coverage: runs-on: ubuntu-latest steps: diff --git a/ecosystem/resources/members/qiskit-qulacs.toml b/ecosystem/resources/members/qiskit-qulacs.toml index 2d4f6398c3..0b5116ea04 100644 --- a/ecosystem/resources/members/qiskit-qulacs.toml +++ b/ecosystem/resources/members/qiskit-qulacs.toml @@ -6,7 +6,7 @@ contact_info = "dahalegopal27@gmail.com" alternatives = "_No response_" affiliations = "Supported by the Unitary Fund microgrant program: https://unitary.fund/grants/" labels = [ "Circuit simulator", "Converter", "Provider",] -groups = "provider" +group = "provider" tier = "Community" website = "https://qiskit-qulacs.netlify.app/" tests_results = []