Skip to content

Commit

Permalink
fix: remove container from examples, describe options
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Jul 4, 2023
1 parent 7177f5a commit e29fcfd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/artillery-github-action/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ on:
jobs:
load-test:
runs-on: ubuntu-latest
# Make sure to use Artillery's container for this job.
container: artilleryio/artillery:latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -139,7 +137,6 @@ on:
jobs:
load-test:
runs-on: ubuntu-latest
container: artilleryio/artillery:latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions packages/artillery-github-action/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const core = require("@actions/core");
const artillery = require("artillery/lib/cli");

function getInputs() {
const tests = core.getInput("tests");
Expand Down
3 changes: 3 additions & 0 deletions packages/artillery-github-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"version": "0.0.0",
"devDependencies": {
"@actions/core": "^1.10.0"
},
"dependencies": {
"artillery": "^2.0.0-34"
}
}

0 comments on commit e29fcfd

Please sign in to comment.