Skip to content

Commit

Permalink
Try and fail to upgrade the integration tests
Browse files Browse the repository at this point in the history
These seem to have rotten, disable for now.
  • Loading branch information
novemberborn committed Sep 18, 2021
1 parent 39a86dc commit 39f1914
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,17 @@ jobs:
- run: npm test
- uses: codecov/codecov-action@v1

integration:
name: Integration tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: actions/setup-node@v1
with:
node-version: ^14
- run: npm install --no-audit
- run: npm run integration
- uses: codecov/codecov-action@v1
# FIXME: https://github.com/avajs/eslint-plugin-ava/issues/333
# integration:
# name: Integration tests
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v1
# with:
# fetch-depth: 1
# - uses: actions/setup-node@v1
# with:
# node-version: ^14
# - run: npm install --no-audit
# - run: npm run integration
# - uses: codecov/codecov-action@v1
7 changes: 4 additions & 3 deletions test/integration/eslint-config-ava-tester/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "eslint-config-ava-tester",
"dependencies": {
"@typescript-eslint/parser": "^2.34.0",
"@babel/eslint-parser": "^7.15.7",
"@typescript-eslint/parser": "^4.31.1",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint": "^7.32.0",
"eslint-plugin-ava": "file:../../..",
"typescript": "^3.9.9"
"typescript": "^4.4.3"
}
}

0 comments on commit 39f1914

Please sign in to comment.