Skip to content

Commit

Permalink
GIT: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anmorgunov committed Oct 24, 2023
1 parent edac775 commit 94ea878
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Python application test with pytest

on:
push:
branches: [ main ]
branches: [ main, sandbox ]

jobs:
build:
Expand Down
7 changes: 7 additions & 0 deletions ChemSpaceAL/tests/test_config.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import ChemSpaceAL.InitializeWorkspace as iw
import os

def test_config():
base_path = os.getcwd() + "/PaperRuns/"
assert isinstance(iw.FOLDER_STRUCTURE, dict)
assert True
6 changes: 0 additions & 6 deletions tests/test_config.py

This file was deleted.

0 comments on commit 94ea878

Please sign in to comment.