-
Notifications
You must be signed in to change notification settings - Fork 14
42 lines (40 loc) · 846 Bytes
/
main.yml
File metadata and controls
42 lines (40 loc) · 846 Bytes
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: Test
on:
pull_request:
push:
branches:
- master
permissions:
contents: read
jobs:
test_action:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- ubuntu-24.04
- ubuntu-22.04
- ubuntu-24.04-arm
- ubuntu-22.04-arm
- macos-latest
- macos-26
- macos-26-intel
- macos-15-intel
- macos-15
- macos-14-large
- macos-14
- windows-latest
- windows-2025
- windows-2022
- windows-11-arm
name: Install the cli
steps:
- name: Checkout
uses: actions/checkout@v6
- uses: actions/setup-node@v6
- name: Install CLI
uses: ./
id: install
- name: Test CLI
run: doppler --version