Commit Graph

41 Commits

Author SHA1 Message Date
Jacob Overgaard
9ea6fdef59 remove conditions 2022-11-09 14:14:08 +01:00
dependabot[bot]
ca8783176d Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-04 18:48:18 +00:00
dependabot[bot]
0857294a10 Bump actions/setup-node from 2 to 3
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-08 18:52:36 +00:00
Jacob Overgaard
c47a80a86e always run close jobs 2022-09-07 15:22:18 +02:00
Jacob Overgaard
246bf3041a Create devskim.yml 2022-08-16 14:46:34 +02:00
Jacob Overgaard
28f66447bc Create dependency-review.yml 2022-08-16 14:42:56 +02:00
Jacob Overgaard
818555f335 Revert "disable job if dependabot"
This reverts commit 5740026c22.
2022-08-16 14:18:09 +02:00
Jacob Overgaard
5740026c22 disable job if dependabot 2022-08-16 14:11:32 +02:00
Jacob Overgaard
4fe40c2cd9 always report coverage 2022-08-16 13:50:06 +02:00
dependabot[bot]
ca7c70e5d0 Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-11 18:39:33 +00:00
Jacob Overgaard
3097434902 only run workflows if repository owner == Umbraco 2022-08-11 15:35:59 +02:00
Jacob Overgaard
bac40ee48b rename playwright job 2022-08-11 13:09:49 +02:00
Jacob Overgaard
42d3930566 Merge branch 'main' of https://github.com/umbraco/Umbraco.CMS.Backoffice into feature/e2e 2022-08-11 11:12:31 +02:00
Jacob Overgaard
64d2816e09 Merge pull request #92 from umbraco/bugfix/web-test-runner-registration
Bugfix/web test runner registration
2022-08-10 11:09:31 +02:00
Jacob Overgaard
634d8c1a5f Merge branch 'main' of https://github.com/umbraco/Umbraco.CMS.Backoffice into feature/e2e 2022-08-10 09:25:26 +02:00
dependabot[bot]
3185225011 Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-09 18:54:21 +00:00
Jacob Overgaard
788d2c1e5c [skip ci] uncomment report 2022-08-09 17:25:41 +02:00
Jacob Overgaard
03802f0e15 rearrange jobs 2022-08-09 17:19:30 +02:00
Jacob Overgaard
1b43d899d3 remove minimum coverage 2022-08-09 17:15:37 +02:00
Jacob Overgaard
0455a8f457 set working dir to root 2022-08-09 17:15:10 +02:00
Jacob Overgaard
ed001d9685 update action with working dir 2022-08-09 17:14:44 +02:00
Jacob Overgaard
16532754e6 remove working-directory 2022-08-09 17:06:29 +02:00
Jacob Overgaard
2c74227d11 add coverage report upload to github 2022-08-09 16:53:13 +02:00
Jacob Overgaard
05c5a63eb4 add custom command to build storybook 2022-08-09 13:30:26 +02:00
Jacob Overgaard
d140e238c2 ci: add Azure Static Web Apps workflow file
on-behalf-of: @Azure opensource@microsoft.com
2022-08-09 13:28:23 +02:00
Jacob Overgaard
5780fb2e92 add npm cache to action 2022-08-04 15:31:42 +02:00
Jacob Overgaard
a652541667 add playwright job 2022-08-04 13:19:27 +02:00
Jacob Overgaard
3a4664a816 Create codeql.yml 2022-08-04 11:25:54 +02:00
Jacob Overgaard
6cd687dc4e test build on main branch 2022-08-04 11:23:52 +02:00
Mads Rasmussen
95b88b3867 Delete codeql-analysis.yml 2022-06-02 09:50:41 +02:00
Jacob Overgaard
6779bd3784 outcomment codeql since it is not supported for private repos 2022-06-01 14:48:48 +02:00
Jacob Overgaard
3b69dfa3cc stick to main branch for now with codeql 2022-06-01 14:38:40 +02:00
Jacob Overgaard
b633162228 add prFirstResponse workflow 2022-06-01 14:38:17 +02:00
Jacob Overgaard
0971378992 add codeql workflow 2022-06-01 14:38:10 +02:00
dependabot[bot]
33649bfbd9 Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-01 12:18:31 +00:00
Jacob Overgaard
a642d9c892 enable tests for pull requests 2022-06-01 14:13:47 +02:00
Jacob Overgaard
a8efb5b1d4 ignore markdown changes 2022-06-01 14:10:55 +02:00
Jacob Overgaard
734704ce66 Update build_test.yml 2022-05-17 10:33:15 +02:00
Jacob Overgaard
ed88437a25 Update build_test.yml
Speed up npm ci
2022-05-17 10:33:15 +02:00
Jacob Overgaard
430e465e83 Create build_test.yml 2022-05-17 10:20:06 +02:00
Jacob Overgaard
d30a5e38a5 ci: add Azure Static Web Apps workflow file
on-behalf-of: @Azure opensource@microsoft.com
2022-05-17 10:05:35 +02:00