Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 385 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 385 Bytes

wokwi-ci-server-action

GitHub Action for running the Wokwi CI server in your GitHub workflow.

Usage

Add the following step to your workflow:

- name: Run a Wokwi CI server
  uses: wokwi/wokwi-ci-server-action@v1

You'll usually want to use the wokwi-ci-action right after this action to run your tests on the CI server.