Skip to content

Commit

Permalink
build: added chrome to workflow and updated nyx settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ennioVisco committed Aug 29, 2023
1 parent 19869d1 commit ce1255c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build
on: [push, pull_request]
on: [ push, pull_request ]

jobs:
build:
Expand All @@ -9,6 +9,8 @@ jobs:
matrix:
os: [ ubuntu-latest ] #, macos-latest , windows-latest] # removed as they need alternative to xvfb-run!
steps:
- uses: browser-actions/setup-chrome@v1
- run: chrome --version
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
Expand Down
2 changes: 1 addition & 1 deletion .nyx.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"description": "{{#replace from=\"# Changelog\" to=\"\"}}{{#fileContent}}CHANGELOG.md{{/fileContent}}{{/replace}}",
"gitCommit": "false",
"gitPush": "false",
"publishPreRelease": true,
"publishPreRelease": "true",
"gitTag": "false",
"publish": "true",
"identifiers": [
Expand Down

0 comments on commit ce1255c

Please sign in to comment.