Skip to content

Commit

Permalink
Merge pull request #77 from KenEucker/develop
Browse files Browse the repository at this point in the history
Adds deleteTag functionality and resolves getTag latest for imgur adapter
Includes updates to regex's for username and image link matching and updates integration testing
  • Loading branch information
KenEucker authored Nov 9, 2021
2 parents dab0c09 + e9c83e3 commit b29d843
Show file tree
Hide file tree
Showing 26 changed files with 1,125 additions and 1,179 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release:
name: Release
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- name: Checkout
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Compile
run: npm run compile:prod
- name: Run tests
run: npm test
run: npm run test:ci
- name: Release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
test:
name: Test on node ${{ matrix.node-version }}
runs-on: ubuntu-latest
runs-on: macos-latest

strategy:
matrix:
Expand Down Expand Up @@ -35,4 +35,4 @@ jobs:
- name: Compile
run: npm run compile:prod
- name: Run tests
run: npm test
run: npm run test:ci
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ _site
dist
*.DS_Store
biketag.*
logs
logs
.env
coverage
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
.eleventy.js
.eleventyignore
.eslintignore
.gitattributes
examples
src
dist
Expand Down
264 changes: 0 additions & 264 deletions examples/node/__snapshots__/index.test.ts.snap

This file was deleted.

Loading

0 comments on commit b29d843

Please sign in to comment.