ant-design/.github/workflows/ui.yml
骗你是小猫咪 5669d9c65a
test: fix lose test script (#27455)
* fix lose test script

* fix action cache not enable pr target

* add ui yml
2020-10-30 13:18:20 +08:00

20 lines
395 B
YAML

name: UI
on: [push, pull_request_target]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@master
- name: install
run: npm install
- name: test
run: npm run test-image
- name: argos-ci
run: npm run argos -- --token ${{ secrets.ARGOS_TOKEN }} --branch ${GITHUB_REF##*/} --commit ${GITHUB_SHA}