remove test step

This commit is contained in:
Joe Kaufeld 2022-07-23 15:39:56 -04:00
parent b2dde49957
commit 83e685d4a7

View File

@ -23,8 +23,6 @@ jobs:
pip install poetry
- name: Add CURRENT_TIME env property
run: echo "CURRENT_TIME_VERSION=v$(date '+%s')" >> $GITHUB_ENV
- name: test
run: echo ${{ env.CURRENT_TIME_VERSION }}
- name: Build the sucker
run: |
sed -i -e "s/?????/${{ env.CURRENT_TIME_VERSION }}/g" src/__init__.py