generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
42 lines (36 loc) · 830 Bytes
/
ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: Continuous Integration
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: read
jobs:
test-web-default:
name: Test action for web
runs-on: ubuntu-latest
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
- name: Test Local Action
id: test-action
uses: ./
with:
build-url: "https://github.com/empirical-run/dispatch-action"
test-android:
name: Test action for mobile
runs-on: ubuntu-latest
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
- name: Test Local Action
id: test-action
uses: ./
with:
build-url: "https://github.com/empirical-run/dispatch-action"
platform: android