File tree 3 files changed +15
-7
lines changed 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,9 @@ sudo bash cmake-3.15.6-Linux-x86_64.sh --skip-license --prefix=/usr/local
17
17
18
18
# Generate keypair for attestation
19
19
openssl genrsa -out ./private_key.pem -3 3072
20
+
21
+ source opaqueenv
22
+ source /opt/openenclave/share/openenclave/openenclaverc
23
+ export MODE=SIMULATE
24
+
25
+ build/sbt package
Original file line number Diff line number Diff line change
1
+ source opaqueenv
2
+ source /opt/openenclave/share/openenclave/openenclaverc
3
+ export MODE=SIMULATE
4
+
5
+ build/sbt test
Original file line number Diff line number Diff line change 26
26
java-version : ' 8'
27
27
# Run the test
28
28
- name : Install dependencies, set environment variables, and build the package
29
- run : |
30
- ./.github/scripts/install-deps.sh
31
- ./.github/scripts/setup-env.sh
32
- ./build/sbt package
29
+ run : build.sh
30
+ shell : bash
33
31
34
32
test :
35
33
runs-on : ubuntu-18.04
41
39
with :
42
40
java-version : ' 8'
43
41
- name : Run sbt tests
44
- run : |
45
- ./.github/scripts/setup-env.sh
46
- ./build/sbt test
42
+ run : test.sh
43
+ shell : bash
You can’t perform that action at this time.
0 commit comments