Skip to content

Conversation

@SleeplessByte
Copy link
Member

Dependent on #4

@SleeplessByte
Copy link
Member Author

> jest --testRunner jest-circus/runner

 PASS  __tests__/main.test.ts
  commit construction functions
    pull_request_html_url
      √ correctly extracts the HTML URL from a commit with a single associated PR (28 ms)      

Test Suites: 1 passed, 1 total
Tests:       1 passed, 1 total
Snapshots:   0 total
Time:        2.634 s
Ran all test suites.

Interesting

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Node.js CI
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
name: Node.js CI
name: CI

Choose a reason for hiding this comment

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

Suggested change
name: Node.js CI
name: CI

No prob 🙂🙂🙂🙂🙂

Comment on lines +13 to +14
build:
runs-on: ubuntu-latest
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
build:
runs-on: ubuntu-latest
build:
name: Node.js tests
runs-on: ubuntu-latest

Choose a reason for hiding this comment

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

Thank you 😌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants