-
Notifications
You must be signed in to change notification settings - Fork 1
49 lines (41 loc) · 1.11 KB
/
continuous_integration.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
43
44
45
46
47
48
49
name: Continuous Integration
on:
pull_request:
branches:
- main
jobs:
validate:
name: Validate Implementation Guide
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [20]
steps:
- name: Check out branch
uses: actions/checkout@v2
- name: Set up OpenJDK
uses: actions/setup-java@v1
with:
java-version: 11
- name: Set up Jekyll
run: |
sudo apt-get update
sudo apt-get -y install ruby-full build-essential zlib1g-dev
sudo gem install jekyll bundler
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install SUSHI and add FSH definitions
run: |
npm install -g fsh-sushi
sushi .
- name: Update IG publisher
run: |
sudo apt-get -y install iputils-ping
chmod +x ./_updatePublisher.sh
./_updatePublisher.sh -y
- name: Validate IG
run: |
chmod +x ./_genonce.sh
./_genonce.sh