Drop es6 support in pursuit of supporting es8 #22
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Continuous Integration | |
on: pull_request | |
jobs: | |
unit-tests: | |
# only run this job for forks | |
if: github.event.pull_request.head.repo.full_name != github.repository | |
uses: ./.github/workflows/_unit_tests.yml | |
integration-tests: | |
# only run this job for forks | |
if: github.event.pull_request.head.repo.full_name != github.repository | |
uses: ./.github/workflows/_integration_tests.yml |