Skip to content

Commit

Permalink
Tests CI #10
Browse files Browse the repository at this point in the history
  • Loading branch information
Bludwarf committed Mar 18, 2024
1 parent 435886c commit ff5ad91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Tests
run: ng test
- name: All things angular
uses: AhsanAyaz/[email protected] ## replace by latest version without it you will see Expected format {org}/{repo}[/path]@ref. Actual 'AhsanAyaz/angular-deploy-gh-pages-actions',Input string was not in a correct format.
with:
Expand All @@ -21,6 +19,8 @@ jobs:
base_href: /music-diagram-generator/ # make sure this corresponds to https://<your_username>.github.io/<base_href>/
deploy_branch: gh-pages # The branch the action should deploy to.
angular_dist_build_folder: dist/browser # The folder where your project is supposed to be after running ng build by the action.
- name: Tests
run: ng test

permissions:
contents: write # Allow write permission to GITHUB_TOKEN to commit to deploy branch.

0 comments on commit ff5ad91

Please sign in to comment.