Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielClarkeEducation committed Feb 6, 2024
1 parent b6b5867 commit f7eaba3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/run-e2e-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ runs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ inputs.dotnet_version }}

- name: Test Login
- uses: Azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Run .Net Project
shell: bash
Expand Down

0 comments on commit f7eaba3

Please sign in to comment.