Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 2ea9581

Browse files
authored
Run tests (#7)
* test * delete others * delete * requirements.txt. * blah * restrict tests * delete 2602B * tests * no qt * undo * simplify
1 parent fe9d314 commit 2ea9581

File tree

6 files changed

+37
-401
lines changed

6 files changed

+37
-401
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Apply SW4HW Standards
2+
on:
3+
workflow_dispatch:
4+
5+
pull_request:
6+
types: [opened, reopened, synchronize, edited]
7+
8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
12+
jobs:
13+
standardize:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Checkout
17+
uses: actions/checkout@v3
18+
with:
19+
fetch-depth: 0
20+
21+
- name: Setup Python
22+
uses: actions/setup-python@v4
23+
with:
24+
python-version: '3.10'
25+
26+
- name: Cloud-action test
27+
uses: xanaduAI/cloud-actions/og/unit@main
28+
with:
29+
key: ${{ secrets.XANADU_OG_QUBOT }}
30+
path: tests/instruments
31+
32+
- name: Upload test artifacts
33+
uses: actions/upload-artifact@v4
34+
with:
35+
name: unit-test-artifacts-${{ github.head_ref }}
36+
path: ./**/*.xml

.github/workflows/pymeasure_CI.yml

Lines changed: 0 additions & 157 deletions
This file was deleted.

.github/workflows/python-publish.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)