Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Nov 1, 2024
1 parent c7c93bb commit 7257847
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -527,23 +527,23 @@ workflows:
version: 2
build-and-test:
jobs:
- orb/lint:
<<: *config-2_7-small
name: lint
requires:
- build-2.7
- orb/coverage:
<<: *config-2_7-small
name: coverage
requires:
# - orb/lint:
# <<: *config-2_7-small
# name: lint
# requires:
# - build-2.7
# - orb/coverage:
# <<: *config-2_7-small
# name: coverage
# requires:
# - test-2.5
# - test-2.6
- test-2.7
# - test-2.7
# - test-3.0
# - test-3.1
# - test-3.2
# - test-3.3
- test-3.4
# - test-3.4
# ADD NEW RUBIES HERE
# - test-jruby-9.2
# - test-jruby-9.3
Expand Down Expand Up @@ -616,14 +616,14 @@ workflows:
# name: test-2.6
# requires:
# - build-2.6
- orb/build:
<<: *config-2_7
name: build-2.7
- orb/test:
<<: *config-2_7
name: test-2.7
requires:
- build-2.7
# - orb/build:
# <<: *config-2_7
# name: build-2.7
# - orb/test:
# <<: *config-2_7
# name: test-2.7
# requires:
# - build-2.7
# - orb/build:
# <<: *config-3_0
# name: build-3.0
Expand Down

0 comments on commit 7257847

Please sign in to comment.