-
Notifications
You must be signed in to change notification settings - Fork 18
36 lines (32 loc) · 960 Bytes
/
e2etest.yaml
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
name: e2etest
on:
pull_request:
branches:
- main
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '5 4 * * *'
jobs:
pull-and-run-tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
steps:
- name: Setup Docker on macOS using Colima, Lima-VM, and Homebrew.
uses: douglascamata/setup-docker-macos-action@v1-alpha # Uses an action in the root directory
id: docker-install
- name: Verify install
id: docker-verify
shell: bash
run: |
docker --version
docker compose version
colima --version
mkdir -p /var/folders
- name: Download and launch
id: curl-download-and-launch
shell: bash
timeout-minutes: 30
run: |
curl https://raw.githubusercontent.com/everest/everest-demo/main/demo-iso15118-2-ac-plus-ocpp201.sh | bash