Skip to content

Commit

Permalink
circleci out
Browse files Browse the repository at this point in the history
  • Loading branch information
nmorsman committed Feb 1, 2024
1 parent 6764e2f commit 572c696
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 232 deletions.
1 change: 0 additions & 1 deletion .circleci/.gitignore

This file was deleted.

145 changes: 0 additions & 145 deletions .circleci/config.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

# Pebble Challenge Test Server
- name: Install Pebble Challenge Test Server
run: sudo -E /bin/bash ./scripts/test-suite-install-cts.sh
run: sudo -E /bin/bash ./.github/scripts/tests-install-cts.sh

- name: Start Pebble Challenge Test Server
run: |-
Expand All @@ -68,17 +68,17 @@ jobs:
# Pebble
- name: Install Pebble
run: sudo -E /bin/bash ./scripts/test-suite-install-pebble.sh
run: sudo -E /bin/bash ./.github/scripts/tests-install-pebble.sh

- name: Start Pebble
run: nohup bash -c "pebble -strict -config /etc/pebble/pebble.json -dnsserver 127.53.53.53:53 &"

- name: Wait for Pebble
run: /bin/bash ./scripts/test-suite-wait-for-ca.sh
run: /bin/bash ./.github/scripts/tests-wait-for-ca.sh

# CoreDNS
- name: Install CoreDNS
run: sudo -E /bin/bash ./scripts/test-suite-install-coredns.sh
run: sudo -E /bin/bash ./.github/scripts/tests-install-coredns.sh

- name: Start CoreDNS
run: nohup bash -c "sudo coredns -p 53 -conf /etc/coredns/Corefile &"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# acme-client [![CircleCI](https://circleci.com/gh/publishlab/node-acme-client.svg?style=svg)](https://circleci.com/gh/publishlab/node-acme-client)
# acme-client [![test](https://github.com/publishlab/node-acme-client/actions/workflows/tests.yml/badge.svg)](https://github.com/publishlab/node-acme-client/actions/workflows/tests.yml)

*A simple and unopinionated ACME client.*

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"lint": "eslint .",
"lint-types": "tsd",
"prepublishOnly": "npm run build-docs",
"test": "mocha -t 60000 \"test/setup.js\" \"test/**/*.spec.js\"",
"test-local": "/bin/bash scripts/run-tests.sh"
"test": "mocha -t 60000 \"test/setup.js\" \"test/**/*.spec.js\""
},
"repository": {
"type": "git",
Expand Down
59 changes: 0 additions & 59 deletions scripts/run-tests.sh

This file was deleted.

20 changes: 0 additions & 20 deletions scripts/test-suite-install-step.sh

This file was deleted.

0 comments on commit 572c696

Please sign in to comment.