Skip to content

Commit e858f81

Browse files
committed
Add test_state_petersburg job to circleci config
1 parent 65612a8 commit e858f81

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.circleci/config.yml

+12
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,15 @@ jobs:
6464
- run:
6565
name: testStateConstantinople
6666
command: npm run testStateConstantinople
67+
test_state_petersburg:
68+
<<: *defaults
69+
steps:
70+
- attach_workspace:
71+
at: ~/project
72+
- *restore_node_modules
73+
- run:
74+
name: testStatePetersburg
75+
command: npm run testStatePetersburg
6776
test_blockchain:
6877
<<: *defaults
6978
steps:
@@ -99,6 +108,9 @@ workflows:
99108
- test_state_constantinople:
100109
requires:
101110
- install
111+
- test_state_petersburg:
112+
requires:
113+
- install
102114
- test_blockchain:
103115
requires:
104116
- install

0 commit comments

Comments
 (0)