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

test test #15

Merged
merged 9 commits into from
Apr 5, 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
12 changes: 9 additions & 3 deletions .github/workflows/test_output.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Test output
on:
push:
branches:
- main
release:
types: [published]
workflow_dispatch:
Expand All @@ -20,3 +17,12 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Check out the repo
uses: actions/checkout@v3
- name: Test Git commands
run: |
echo "This is a test file $(date)" >> test_file.txt
git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git add test_file.txt
git commit -m "Action file test"
git push origin ${{ github.ref_name }}
3 changes: 0 additions & 3 deletions .github/workflows/update_ebi_index.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Update EBI index
on:
push:
branches:
- main
release:
types: [published]
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion EBI/pathogens_portal_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"name": "Swedish Pathogens Portal",
"release": "develop",
"release_date": "2024-04-04",
"release_date": "2024-04-05",
"entry_count": 18,
"entries": [
{
Expand Down
Loading