Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix URIs for V3 #40

Merged
merged 1 commit into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ jobs:
working-directory: src
run: dotnet tool install coveralls.net --version 2.0.0-beta0002

- name: Download samples
working-directory: src
run: powershell .\DownloadSamples.ps1

- name: Run tests
working-directory: src
run: powershell .\Test.ps1
Expand Down
3 changes: 0 additions & 3 deletions doc/contributing/continuous-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ Please see the source code of `src\Check.ps1` for more details.
Our tests with external dependencies use environment variables to specify the location of the dependencies.
While `src\Check.ps1` and related scripts set up the expected locations in the environment automatically, you need to adjust your test setting accordingly.

So far, we need to set `SAMPLE_AASX_DIR` environment variable to point to the absolute path where AASX samples have been downloaded (using `src\DownloadSamples.ps1`).
This is by definition `{your repository}\sample-aasx`.

## Github Workflows

Github Actions allow for running continuous integration on Github servers.
Expand Down
70 changes: 0 additions & 70 deletions src/AasCore.Aas3.Package.Tests/SampleAasxDir.cs

This file was deleted.

138 changes: 0 additions & 138 deletions src/AasCore.Aas3.Package.Tests/Table.cs

This file was deleted.

Loading
Loading