Skip to content

Commit

Permalink
Merge pull request #19 from Stepania/TestingSystem
Browse files Browse the repository at this point in the history
Testing system new pull request
  • Loading branch information
HamishBrownPFR authored Nov 16, 2023
2 parents 2c8d967 + 6918f0a commit 78f79be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ubuntodotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ jobs:

- name: Build
run: dotnet build --no-restore


- name: ls
run: ls -a

- name: run
run: dotnet run --project ConsoleAppSVS-test/ConsoleAppSVS-test.csproj

Expand Down Expand Up @@ -90,8 +93,3 @@ jobs:
- name: Override page_url
id: change-page-url
run: echo "new_page_url=${{ steps.deployment.outputs.page_url }}index.html" >> $GITHUB_OUTPUT

- name: ls
run: ls -a


8 changes: 4 additions & 4 deletions modelCsharp/TestModel/testGraph/testGraph/testGraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
#test_name.append(os.path.splitext(file)[0])

#uncomment it for an Action
#for file in os.listdir(path):
for file in os.listdir(path):

#if file.endswith('.csv'):
#tests.append(file)
#test_name.append(os.path.splitext(file)[0])
if file.endswith('.csv'):
tests.append(file)
test_name.append(os.path.splitext(file)[0])

Alltests =[]
for t in tests[:]:
Expand Down

0 comments on commit 78f79be

Please sign in to comment.