Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ttendaim/update count #79

Closed
wants to merge 15 commits into from
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Continuous Integration Workflow

# This workflow is triggered whenever a new PR is created on the main branch
on:
workflow_dispatch: # enabling testing manually
pull_request:
branches:
- main
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
uses: actions/checkout@v2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
- name: CodeQL Bundle
uses: advanced-security/[email protected]

with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand Down
2 changes: 1 addition & 1 deletion web/tests/routes.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('New Endpoint', () => {
.get('/ice-flakes')
expect(res.body).toEqual({
resource: 'ice-flakes',
count: 205,
count: 1005,
shape: 'circle'
})
expect(res.statusCode).toEqual(201)
Expand Down
Loading