Skip to content

Update .github/workflows/ci.yml #80

Update .github/workflows/ci.yml

Update .github/workflows/ci.yml #80

Workflow file for this run

name: test
on:
push:
pull_request:
jobs:
do-test:
runs-on: ubuntu-latest
steps:
- run: echo "this is a test to trigger the other workflow to run"