Skip to content

Commit

Permalink
Merge pull request #528 from quirrel-dev/move-files-up-a-layer
Browse files Browse the repository at this point in the history
Move quirrel files up a layer
  • Loading branch information
Skn0tt authored Jun 29, 2021
2 parents bc3cc8b + 56c81aa commit 56d39c6
Show file tree
Hide file tree
Showing 167 changed files with 1,018 additions and 3,866 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/quirrel"
directory: "/"
schedule:
interval: daily
time: "04:00"
Expand Down
15 changes: 5 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,29 +33,25 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: npm ci
working-directory: quirrel
- run: npm ci
working-directory: quirrel/development-ui
working-directory: development-ui
- run: npm run build
working-directory: quirrel
- run: npm test -- --coverage
working-directory: quirrel
- name: Coveralls
uses: coverallsapp/github-action@master
if: ${{ matrix.node-version == 14 }}
with:
flag-name: quirrel
github-token: ${{ secrets.GITHUB_TOKEN }}
base-path: quirrel
path-to-lcov: quirrel/coverage/lcov.info
path-to-lcov: coverage/lcov.info
parallel: true

dev-ui-test:
name: Development UI Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: quirrel/development-ui
working-directory: development-ui
steps:
- uses: actions/checkout@v2
- uses: microsoft/playwright-github-action@v1
Expand All @@ -66,8 +62,8 @@ jobs:
with:
flag-name: development-ui
github-token: ${{ secrets.GITHUB_TOKEN }}
base-path: quirrel/development-ui
path-to-lcov: quirrel/development-ui/coverage/lcov.info
base-path: development-ui
path-to-lcov: development-ui/coverage/lcov.info
parallel: true

finish-coveralls:
Expand All @@ -92,7 +88,6 @@ jobs:
- name: Push to GitHub Container Registry
uses: docker/build-push-action@v1
with:
path: quirrel
username: skn0tt
password: ${{ secrets.GHCR_PAT }}
registry: ghcr.io
Expand Down
4 changes: 2 additions & 2 deletions quirrel/.gitignore → .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ src/api/scheduler/types
dist/

/*.js
!jest.config.js
/*.cjs
/*.mjs
/*.d.ts

*.tgz
/README.md
*.tgz
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

2 comments on commit 56d39c6

@vercel
Copy link

@vercel vercel bot commented on 56d39c6 Jun 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 56d39c6 Jun 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

quirrel-development-ui – ./development-ui

quirrel-development-ui.vercel.app
quirrel-development-ui-git-main-skn0tt.vercel.app
quirrel-development-ui-skn0tt.vercel.app
ui.quirrel.dev

Please sign in to comment.