Skip to content

Commit

Permalink
Add test_state_petersburg job to circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
danjm committed Feb 1, 2019
1 parent 270ff43 commit fb81943
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@ jobs:
- run:
name: testStateConstantinople
command: npm run testStateConstantinople
test_state_petersburg:
<<: *defaults
steps:
- attach_workspace:
at: ~/project
- *restore_node_modules
- run:
name: testStatePetersburg
command: npm run testStatePetersburg
test_blockchain:
<<: *defaults
steps:
Expand Down Expand Up @@ -99,6 +108,9 @@ workflows:
- test_state_constantinople:
requires:
- install
- test_state_petersburg:
requires:
- install
- test_blockchain:
requires:
- install
Expand Down

0 comments on commit fb81943

Please sign in to comment.