Skip to content

Commit

Permalink
chore: Update CircleCI configuration for self-hosted testing
Browse files Browse the repository at this point in the history
  • Loading branch information
HaiyiMei committed Jul 3, 2024
1 parent e93ae8f commit d5eab83
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
version: 2.1

workflows:
testing:
jobs:
- runner-test
jobs:
test-self-host:
runner-test:
machine: true
resource_class: openxrlab/xrfeitoria
steps:
- run:
name: "Check Runner Info"
shell: powershell.exe
command: echo "Hi I'm on Runners!"

workflows:
test-workflow:
jobs:
- test-self-host
- run: echo "Hi I'm on Runners!"

0 comments on commit d5eab83

Please sign in to comment.