Skip to content

Commit

Permalink
Merge pull request #63 from qtomlinson/qt/build_branch
Browse files Browse the repository at this point in the history
Update branch name in build.yml
  • Loading branch information
lumaxis authored Mar 15, 2024
2 parents d0e06bc + a96383d commit b5a0960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Tests on integration tools
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

permissions:
contents: read
Expand Down
1 change: 0 additions & 1 deletion tools/integration/test/lib/harvesterTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// SPDX-License-Identifier: MIT

const { strictEqual, ok, deepStrictEqual } = require('assert')
const { callFetch } = require('../../lib/fetch')
const Poller = require('../../lib/poller')
const Harvester = require('../../lib/harvester')
const { devApiBaseUrl, harvestToolVersions } = require('../testConfig')
Expand Down

0 comments on commit b5a0960

Please sign in to comment.